Package net.opengis.wps20
Interface LiteralValueType
- All Superinterfaces:
EObject,Notifier,ValueType
- All Known Implementing Classes:
LiteralValueTypeImpl
A representation of the model object 'Literal Value Type'.
Representation of a simple literal value (such as an integer, a real number, or a string).
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.voidsetDataType(String value) Sets the value of the 'Data Type' attribute.voidSets the value of the 'Uom' attribute.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
-
getDataType
String getDataType()Returns the value of the 'Data Type' attribute. The data type of the value.- 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. The unit of measurement of the value.- 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:
-