Interface RangeSetType

    • Method Detail

      • getValueArray

        EList<ValueArrayType> getValueArray()
        Returns the value of the 'Value Array' containment reference list. The list contents are of type ValueArrayType. each member _Value holds a tuple or "row" from the equivalent table
        Returns:
        the value of the 'Value Array' containment reference list.
        See Also:
        Gml311Package.getRangeSetType_ValueArray()
      • getScalarValueList

        FeatureMap getScalarValueList()
        Returns the value of the 'Scalar Value List' attribute list. The list contents are of type FeatureMap.Entry. each list holds the complete set of one scalar component from the values - i.e. a "column" from the equivalent table
        Returns:
        the value of the 'Scalar Value List' attribute list.
        See Also:
        Gml311Package.getRangeSetType_ScalarValueList()
      • 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.getRangeSetType_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.getRangeSetType_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.getRangeSetType_QuantityList()
      • getCountList

        EList<List> getCountList()
        Returns the value of the 'Count List' attribute list. The list contents are of type List. A space-separated list of integers or nulls.
        Returns:
        the value of the 'Count List' attribute list.
        See Also:
        Gml311Package.getRangeSetType_CountList()
      • getDataBlock

        DataBlockType getDataBlock()
        Returns the value of the 'Data Block' containment reference. Its tuple list holds the values as space-separated tuples each of which contains comma-separated components, and the tuple structure is specified using the rangeParameters property.
        Returns:
        the value of the 'Data Block' containment reference.
        See Also:
        setDataBlock(DataBlockType), Gml311Package.getRangeSetType_DataBlock()
      • setDataBlock

        void setDataBlock​(DataBlockType value)
        Sets the value of the 'Data Block' containment reference.
        Parameters:
        value - the new value of the 'Data Block' containment reference.
        See Also:
        getDataBlock()
      • getFile

        FileType getFile()
        Returns the value of the 'File' containment reference. a reference to an external source for the data, together with a description of how that external source is structured
        Returns:
        the value of the 'File' containment reference.
        See Also:
        setFile(FileType), Gml311Package.getRangeSetType_File()
      • setFile

        void setFile​(FileType value)
        Sets the value of the 'File' containment reference.
        Parameters:
        value - the new value of the 'File' containment reference.
        See Also:
        getFile()