Package net.opengis.wps10
Interface DefaultType1
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DefaultType1Impl
public interface DefaultType1 extends EObject
A representation of the model object 'Default Type1'.The following features are supported:
- See Also:
Wps10Package.getDefaultType1()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Unit
getUOM()
Returns the value of the 'UOM' containment reference.void
setUOM(Unit value)
Sets the value of the 'UOM
' reference.
-
-
-
Method Detail
-
getUOM
Unit getUOM()
Returns the value of the 'UOM' containment reference. Reference to the default UOM supported for this Input/Output- Returns:
- the value of the 'UOM' containment reference.
- See Also:
#setUOM(DomainMetadataType)
,Wps10Package.getDefaultType1_UOM()
-
-