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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataType()Returns the value of the 'Data Type' attribute.StringgetUom()Returns the value of the 'Uom' attribute.voidsetDataType(String value)Sets the value of the 'Data Type' attribute.voidsetUom(String value)Sets the value of the 'Uom' attribute.
 
- 
- 
- 
Method Detail- 
getDataTypeString 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()
 
 - 
setDataTypevoid setDataType(String value) Sets the value of the 'Data Type' attribute.- Parameters:
- value- the new value of the 'Data Type' attribute.
- See Also:
- getDataType()
 
 - 
getUomString 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()
 
 
- 
 
-