Interface ValueArrayPropertyType

    • Method Detail

      • getValue

        FeatureMap getValue()
        Returns the value of the 'Value' attribute list. The list contents are of type FeatureMap.Entry.

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

        Returns:
        the value of the 'Value' attribute list.
        See Also:
        Gml311Package.getValueArrayPropertyType_Value()
      • getBoolean

        EList<Boolean> getBoolean()
        Returns the value of the 'Boolean' attribute list. The list contents are of type Boolean. A value from two-valued logic, using the XML Schema boolean type. An instance may take the values {true, false, 1, 0}.
        Returns:
        the value of the 'Boolean' attribute list.
        See Also:
        Gml311Package.getValueArrayPropertyType_Boolean()
      • getCategory

        EList<CodeType> getCategory()
        Returns the value of the 'Category' containment reference list. The list contents are of type CodeType. A term representing a classification. It has an optional XML attribute codeSpace, whose value is a URI which identifies a dictionary, codelist or authority for the term.
        Returns:
        the value of the 'Category' containment reference list.
        See Also:
        Gml311Package.getValueArrayPropertyType_Category()
      • getQuantity

        EList<MeasureType> getQuantity()
        Returns the value of the 'Quantity' containment reference list. The list contents are of type MeasureType. A numeric value with a scale. The content of the element is an amount using the XML Schema type double which permits decimal or scientific notation. An XML attribute uom (unit of measure) is required, whose value is a URI which identifies the definition of the scale or units by which the numeric value must be multiplied.
        Returns:
        the value of the 'Quantity' containment reference list.
        See Also:
        Gml311Package.getValueArrayPropertyType_Quantity()
      • getBooleanList

        EList<List> getBooleanList()
        Returns the value of the 'Boolean List' attribute list. The list contents are of type List. XML List based on XML Schema boolean type. An element of this type contains a space-separated list of boolean values {0,1,true,false}
        Returns:
        the value of the 'Boolean List' attribute list.
        See Also:
        Gml311Package.getValueArrayPropertyType_BooleanList()
      • getCategoryList

        EList<CodeOrNullListType> getCategoryList()
        Returns the value of the 'Category List' containment reference list. The list contents are of type CodeOrNullListType. A space-separated list of terms or nulls. A single XML attribute codeSpace may be provided, which authorises all the terms in the list.
        Returns:
        the value of the 'Category List' containment reference list.
        See Also:
        Gml311Package.getValueArrayPropertyType_CategoryList()
      • getQuantityList

        EList<MeasureOrNullListType> getQuantityList()
        Returns the value of the 'Quantity List' containment reference list. The list contents are of type MeasureOrNullListType. A space separated list of amounts or nulls. The amounts use the XML Schema type double. A single XML attribute uom (unit of measure) is required, whose value is a URI which identifies the definition of the scale or units by which all the amounts in the list must be multiplied.
        Returns:
        the value of the 'Quantity List' containment reference list.
        See Also:
        Gml311Package.getValueArrayPropertyType_QuantityList()
      • getCountExtent

        EList<List> getCountExtent()
        Returns the value of the 'Count Extent' attribute list. The list contents are of type List. Utility element to store a 2-point range of frequency values. If one member is a null, then this is a single ended interval.
        Returns:
        the value of the 'Count Extent' attribute list.
        See Also:
        Gml311Package.getValueArrayPropertyType_CountExtent()
      • getCompositeValueGroup

        FeatureMap getCompositeValueGroup()
        Returns the value of the 'Composite Value Group' attribute list. The list contents are of type FeatureMap.Entry. Aggregate value built using the Composite pattern.
        Returns:
        the value of the 'Composite Value Group' attribute list.
        See Also:
        Gml311Package.getValueArrayPropertyType_CompositeValueGroup()
      • getObjectGroup

        FeatureMap getObjectGroup()
        Returns the value of the 'Object Group' attribute list. The list contents are of type FeatureMap.Entry. This abstract element is the head of a substitutionGroup hierararchy which may contain either simpleContent or complexContent elements. It is used to assert the model position of "class" elements declared in other GML schemas.
        Returns:
        the value of the 'Object Group' attribute list.
        See Also:
        Gml311Package.getValueArrayPropertyType_ObjectGroup()
      • getObject

        EList<EObject> getObject()
        Returns the value of the 'Object' containment reference list. The list contents are of type EObject. This abstract element is the head of a substitutionGroup hierararchy which may contain either simpleContent or complexContent elements. It is used to assert the model position of "class" elements declared in other GML schemas.
        Returns:
        the value of the 'Object' containment reference list.
        See Also:
        Gml311Package.getValueArrayPropertyType_Object()
      • getNull

        EList<Object> getNull()
        Returns the value of the 'Null' attribute list. The list contents are of type Object.

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

        Returns:
        the value of the 'Null' attribute list.
        See Also:
        Gml311Package.getValueArrayPropertyType_Null()