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:
Wcs10Package.getValueEnumBaseType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.EList
getInterval()
Returns the value of the 'Interval' containment reference list.EList
getSingleValue()
Returns the value of the 'Single Value' containment reference list.
-
-
-
Method Detail
-
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:
Wcs10Package.getValueEnumBaseType_Group()
-
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:
Wcs10Package.getValueEnumBaseType_Interval()
-
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:
Wcs10Package.getValueEnumBaseType_SingleValue()
-
-