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:
    Gml311Package.getValueArrayType()
    • Method Detail

      • 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:
        getCodeSpace()
      • setUom

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