Package net.opengis.wps10
Interface UOMsType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
UOMsTypeImpl
public interface UOMsType
extends EObject
A representation of the model object 'UOMs Type'.
Identifies a UOM supported for this input or output.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList
getUOM()
Returns the value of the 'UOM' containment reference list.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUOM
EList 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:
-