Package net.opengis.wcs11
Interface AvailableKeysType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AvailableKeysTypeImpl
public interface AvailableKeysType extends EObject
A representation of the model object 'Available Keys Type'.The following features are supported:
- See Also:
Wcs111Package.getAvailableKeysType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getKey()
Returns the value of the 'Key' attribute list.
-
-
-
Method Detail
-
getKey
EList getKey()
Returns the value of the 'Key' attribute list. The list contents are of typeString
. Valid key value for this axis. There will normally be more than one key value for an axis, but one is allowed for special circumstances.- Returns:
- the value of the 'Key' attribute list.
- See Also:
Wcs111Package.getAvailableKeysType_Key()
-
-