Package net.opengis.wps10
Interface LiteralOutputType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
LiteralInputType
- All Known Implementing Classes:
LiteralInputTypeImpl
,LiteralOutputTypeImpl
public interface LiteralOutputType extends EObject
A representation of the model object 'Literal Output Type'. Description of a literal output (or input).The following features are supported:
- See Also:
Wps10Package.getLiteralOutputType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainMetadataType
getDataType()
Returns the value of the 'Data Type' containment reference.SupportedUOMsType
getUOMs()
Returns the value of the 'UO Ms' containment reference.void
setDataType(DomainMetadataType value)
Sets the value of the 'Data Type
' containment reference.void
setUOMs(SupportedUOMsType value)
Sets the value of the 'UO Ms
' containment reference.
-
-
-
Method Detail
-
getDataType
DomainMetadataType getDataType()
Returns the value of the 'Data Type' containment reference. Data type of this set of values (e.g. integer, real, etc). This data type metadata should be included for each quantity whose data type is not a string.- Returns:
- the value of the 'Data Type' containment reference.
- See Also:
setDataType(DomainMetadataType)
,Wps10Package.getLiteralOutputType_DataType()
-
setDataType
void setDataType(DomainMetadataType value)
Sets the value of the 'Data Type
' containment reference.- Parameters:
value
- the new value of the 'Data Type' containment reference.- See Also:
getDataType()
-
getUOMs
SupportedUOMsType getUOMs()
Returns the value of the 'UO Ms' containment reference. List of supported units of measure for this input or output. This element should be included when this literal has a unit of measure (e.g., "meters", without a more complete reference system). Not necessary for a count, which has no units.- Returns:
- the value of the 'UO Ms' containment reference.
- See Also:
setUOMs(SupportedUOMsType)
,Wps10Package.getLiteralOutputType_UOMs()
-
setUOMs
void setUOMs(SupportedUOMsType value)
Sets the value of the 'UO Ms
' containment reference.- Parameters:
value
- the new value of the 'UO Ms' containment reference.- See Also:
getUOMs()
-
-