Package net.opengis.wcs10
Interface ValueEnumBaseType
- All Superinterfaces:
EObject,Notifier
- All Known Subinterfaces:
AxisSubsetType,ValueEnumType,ValuesType
- All Known Implementing Classes:
AxisSubsetTypeImpl,ValueEnumBaseTypeImpl,ValueEnumTypeImpl,ValuesTypeImpl
public interface ValueEnumBaseType
extends EObject
A representation of the model object 'Value Enum Base Type'.
List of all the valid values and/or ranges of values for this variable. For numeric variables, signed values shall be ordered from negative infinity to positive infinity. For intervals, the "type" and "semantic" attributes are inherited by children elements, but can be superceded by them.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionFeatureMapgetGroup()Returns the value of the 'Group' attribute list.EListReturns the value of the 'Interval' containment reference list.EListReturns the value of the 'Single Value' containment reference list.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
-
getGroup
FeatureMap getGroup()Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Group' attribute list.
- See Also:
-
getInterval
EList getInterval()Returns the value of the 'Interval' containment reference list. The list contents are of typeIntervalType.If the meaning of the 'Interval' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Interval' containment reference list.
- See Also:
-
getSingleValue
EList getSingleValue()Returns the value of the 'Single Value' containment reference list. The list contents are of typeTypedLiteralType. A single value for a quantity.- Returns:
- the value of the 'Single Value' containment reference list.
- See Also:
-