Package net.opengis.wps10
Interface SupportedUOMsType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SupportedUOMsTypeImpl
public interface SupportedUOMsType
extends EObject
A representation of the model object 'Supported UO Ms Type'.
Listing of the Unit of Measure (U0M) support for this process input or output.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Default' containment reference.Returns the value of the 'Supported' containment reference.void
setDefault
(DefaultType1 value) Sets the value of the 'Default
' containment reference.void
setSupported
(UOMsType value) Sets the value of the 'Supported
' containment reference.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
-
getDefault
DefaultType1 getDefault()Returns the value of the 'Default' containment reference. Reference to the default UOM supported for this input or output, if UoM is applicable. The process shall expect input in or produce output in this UOM unless the Execute request specifies another supported UOM.- Returns:
- the value of the 'Default' containment reference.
- See Also:
-
setDefault
Sets the value of the 'Default
' containment reference.- Parameters:
value
- the new value of the 'Default' containment reference.- See Also:
-
getSupported
UOMsType getSupported()Returns the value of the 'Supported' containment reference. Unordered list of references to all of the UOMs supported for this input or output, if UOM is applicable. The default UOM shall be included in this list.- Returns:
- the value of the 'Supported' containment reference.
- See Also:
-
setSupported
Sets the value of the 'Supported
' containment reference.- Parameters:
value
- the new value of the 'Supported' containment reference.- See Also:
-