Package net.opengis.wcs11
Interface AxisSubsetType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
AxisSubsetTypeImpl
public interface AxisSubsetType
extends EObject
A representation of the model object 'Axis Subset Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Identifier' attribute.EListgetKey()Returns the value of the 'Key' attribute list.voidsetIdentifier(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, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIdentifier
String getIdentifier()Returns the value of the 'Identifier' attribute. Identifier of this Axis. This identifier must be unique for this Field.- Returns:
- the value of the 'Identifier' attribute.
- See Also:
-
setIdentifier
Sets the value of the 'Identifier' attribute.- Parameters:
value- the new value of the 'Identifier' attribute.- See Also:
-
getKey
EList getKey()Returns the value of the 'Key' attribute list. The list contents are of typeString. 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:
-