Package net.opengis.wps20
Interface LiteralValueType
-
- All Superinterfaces:
EObject
,Notifier
,ValueType
- All Known Implementing Classes:
LiteralValueTypeImpl
public interface LiteralValueType extends ValueType
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:
Wps20Package.getLiteralValueType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataType()
Returns the value of the 'Data Type' attribute.String
getUom()
Returns the value of the 'Uom' attribute.void
setDataType(String value)
Sets the value of the 'Data Type
' attribute.void
setUom(String value)
Sets the value of the 'Uom
' attribute.
-
-
-
Method Detail
-
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(String)
,Wps20Package.getLiteralValueType_DataType()
-
setDataType
void setDataType(String value)
Sets the value of the 'Data Type
' attribute.- Parameters:
value
- the new value of the 'Data Type' attribute.- See Also:
getDataType()
-
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(String)
,Wps20Package.getLiteralValueType_Uom()
-
-