Interface ValueArrayType

All Superinterfaces:
AbstractGMLType, CompositeValueType, EObject, Notifier
All Known Implementing Classes:
ValueArrayTypeImpl

public interface ValueArrayType extends CompositeValueType
A representation of the model object 'Value Array Type'. A Value Array is used for homogeneous arrays of primitive and aggregate values. The member values may be scalars, composites, arrays or lists. ValueArray has the same content model as CompositeValue, but the member values must be homogeneous. The element declaration contains a Schematron constraint which expresses this restriction precisely. Since the members are homogeneous, the referenceSystem (uom, codeSpace) may be specified on the ValueArray itself and implicitly inherited by all the members if desired. Note that a_ScalarValueList is preferred for arrays of Scalar Values since this is a more efficient encoding.

The following features are supported:

See Also:
  • Method Details

    • getCodeSpace

      String getCodeSpace()
      Returns the value of the 'Code Space' attribute.

      If the meaning of the 'Code Space' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Code Space' attribute.
      See Also:
    • setCodeSpace

      void setCodeSpace(String value)
      Sets the value of the 'Code Space' attribute.
      Parameters:
      value - the new value of the 'Code Space' attribute.
      See Also:
    • getUom

      String getUom()
      Returns the value of the 'Uom' attribute.

      If the meaning of the 'Uom' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Uom' attribute.
      See Also:
    • setUom

      void setUom(String value)
      Sets the value of the 'Uom' attribute.
      Parameters:
      value - the new value of the 'Uom' attribute.
      See Also: