Package net.opengis.wps20
Interface LiteralDataDomainType
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
LiteralDataDomainType1
- All Known Implementing Classes:
LiteralDataDomainType1Impl
,LiteralDataDomainTypeImpl
public interface LiteralDataDomainType
extends EObject
A representation of the model object 'Literal Data Domain Type'.
A literal data domain consists of a value type and range,
and optionally a unit of measurement and a default value.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Allowed Values' containment reference.Returns the value of the 'Any Value' containment reference.Returns the value of the 'Data Type' containment reference.Returns the value of the 'Default Value' containment reference.getUOM()
Returns the value of the 'UOM' containment reference.Returns the value of the 'Values Reference' containment reference.void
Sets the value of the 'Allowed Values
' containment reference.void
setAnyValue
(AnyValueType value) Sets the value of the 'Any Value
' containment reference.void
setDataType
(DomainMetadataType value) Sets the value of the 'Data Type
' containment reference.void
setDefaultValue
(ValueType value) Sets the value of the 'Default Value
' containment reference.void
setUOM
(DomainMetadataType value) Sets the value of the 'UOM
' containment reference.void
Sets the value of the 'Values Reference
' 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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAllowedValues
AllowedValuesType getAllowedValues()Returns the value of the 'Allowed Values' containment reference. List of all the valid values and/or ranges of values for this quantity. For numeric quantities, signed values should be ordered from negative infinity to positive infinity.- Returns:
- the value of the 'Allowed Values' containment reference.
- See Also:
-
setAllowedValues
Sets the value of the 'Allowed Values
' containment reference.- Parameters:
value
- the new value of the 'Allowed Values' containment reference.- See Also:
-
getAnyValue
AnyValueType getAnyValue()Returns the value of the 'Any Value' containment reference. Specifies that any value is allowed for this parameter.- Returns:
- the value of the 'Any Value' containment reference.
- See Also:
-
setAnyValue
Sets the value of the 'Any Value
' containment reference.- Parameters:
value
- the new value of the 'Any Value' containment reference.- See Also:
-
getValuesReference
ValuesReferenceType getValuesReference()Returns the value of the 'Values Reference' containment reference. Reference to externally specified list of all the valid values and/or ranges of values for this quantity. (Informative: This element was simplified from the metaDataProperty element in GML 3.0.)- Returns:
- the value of the 'Values Reference' containment reference.
- See Also:
-
setValuesReference
Sets the value of the 'Values Reference
' containment reference.- Parameters:
value
- the new value of the 'Values Reference' containment reference.- See Also:
-
getDataType
DomainMetadataType getDataType()Returns the value of the 'Data Type' containment reference. Definition of the data type of this set of values. In this case, the xlink:href attribute can reference a URN for a well-known data type. For example, such a URN could be a data type identification URN defined in the "ogc" URN namespace.- Returns:
- the value of the 'Data Type' containment reference.
- See Also:
-
setDataType
Sets the value of the 'Data Type
' containment reference.- Parameters:
value
- the new value of the 'Data Type' containment reference.- See Also:
-
getUOM
DomainMetadataType getUOM()Returns the value of the 'UOM' containment reference. Definition of the unit of measure of this set of values. In this case, the xlink:href attribute can reference a URN for a well-known unit of measure (uom). For example, such a URN could be a UOM identification URN defined in the "ogc" URN namespace.- Returns:
- the value of the 'UOM' containment reference.
- See Also:
-
setUOM
Sets the value of the 'UOM
' containment reference.- Parameters:
value
- the new value of the 'UOM' containment reference.- See Also:
-
getDefaultValue
ValueType getDefaultValue()Returns the value of the 'Default Value' containment reference. The default value for a quantity for which multiple values are allowed.- Returns:
- the value of the 'Default Value' containment reference.
- See Also:
-
setDefaultValue
Sets the value of the 'Default Value
' containment reference.- Parameters:
value
- the new value of the 'Default Value' containment reference.- See Also:
-