Interface AxisSubsetType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIdentifier()
      Returns the value of the 'Identifier' attribute.
      EList getKey()
      Returns the value of the 'Key' attribute list.
      void setIdentifier​(String value)
      Sets the value of the 'Identifier' attribute.
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setIdentifier

        void setIdentifier​(String value)
        Sets the value of the 'Identifier' attribute.
        Parameters:
        value - the new value of the 'Identifier' attribute.
        See Also:
        getIdentifier()
      • getKey

        EList getKey()
        Returns the value of the 'Key' attribute list. The list contents are of type String. Unordered list of (at least one) Key, to be used for selecting values in a range vector field. The Keys within this list shall be unique. TBD.
        Returns:
        the value of the 'Key' attribute list.
        See Also:
        Wcs111Package.getAxisSubsetType_Key()