Package net.opengis.wps10
Interface LiteralDataType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
LiteralDataTypeImpl
public interface LiteralDataType
extends EObject
A representation of the model object 'Literal Data Type'.
One simple literal value (such as an integer or real number) that is embedded in the Execute operation request or response.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Type' attribute.getUom()
Returns the value of the 'Uom' attribute.getValue()
Returns the value of the 'Value' attribute.void
setDataType
(String value) Sets the value of the 'Data Type
' attribute.void
Sets the value of the 'Uom
' attribute.void
Sets the value of the 'Value
' attribute.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
-
getValue
String getValue()Returns the value of the 'Value' attribute. String containing the Literal value (e.g., "49").- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-
getDataType
String getDataType()Returns the value of the 'Data Type' attribute. Identifies the data type of this literal input or output. This dataType should be included for each quantity whose value is not a simple string.- Returns:
- the value of the 'Data Type' attribute.
- See Also:
-
setDataType
Sets the value of the 'Data Type
' attribute.- Parameters:
value
- the new value of the 'Data Type' attribute.- See Also:
-
getUom
String getUom()Returns the value of the 'Uom' attribute. Identifies the unit of measure of this literal input or output. This unit of measure should be referenced for any numerical value that has units (e.g., "meters", but not a more complete reference system). Shall be a UOM identified in the Process description for this input or output.- Returns:
- the value of the 'Uom' attribute.
- See Also:
-
setUom
Sets the value of the 'Uom
' attribute.- Parameters:
value
- the new value of the 'Uom' attribute.- See Also:
-