Package net.opengis.wcs10
Interface ValuesType
-
- All Superinterfaces:
EObject,Notifier,ValueEnumBaseType,ValueEnumType
- All Known Implementing Classes:
ValuesTypeImpl
public interface ValuesType extends ValueEnumType
A representation of the model object 'Values Type'.The following features are supported:
- See Also:
Wcs10Package.getValuesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypedLiteralTypegetDefault()Returns the value of the 'Default' containment reference.voidsetDefault(TypedLiteralType value)Sets the value of the 'Default' containment reference.-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface ValueEnumBaseType
getGroup, getInterval, getSingleValue
-
Methods inherited from interface ValueEnumType
getSemantic, getType, setSemantic, setType
-
-
-
-
Method Detail
-
getDefault
TypedLiteralType getDefault()
Returns the value of the 'Default' containment reference. Ordered sequence of the parameter value(s) that the server will use for GetCoverage requests which omit a constraint on this parameter axis. (GetCoverage requests against a coverage offering whose AxisDescription has no default must specify a valid constraint for this parameter.)- Returns:
- the value of the 'Default' containment reference.
- See Also:
setDefault(TypedLiteralType),Wcs10Package.getValuesType_Default()
-
setDefault
void setDefault(TypedLiteralType value)
Sets the value of the 'Default' containment reference.- Parameters:
value- the new value of the 'Default' containment reference.- See Also:
getDefault()
-
-