Package net.opengis.wps10
Interface UOMsType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- UOMsTypeImpl
 
 public interface UOMsType extends EObjectA representation of the model object 'UOMs Type'. Identifies a UOM supported for this input or output.The following features are supported: - See Also:
- Wps10Package.getUOMsType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetUOM()Returns the value of the 'UOM' containment reference list.
 
- 
- 
- 
Method Detail- 
getUOMEList getUOM() Returns the value of the 'UOM' containment reference list. The list contents are of typeDomainMetadataType. Reference to a UOM supported for this input or output.- Returns:
- the value of the 'UOM' containment reference list.
- See Also:
- Wps10Package.getUOMsType_UOM()
 
 
- 
 
-