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 SummaryModifier and TypeMethodDescriptionReturns the value of the 'Default' containment reference.Returns the value of the 'Supported' containment reference.voidsetDefault(DefaultType1 value) Sets the value of the 'Default' containment reference.voidsetSupported(UOMsType value) Sets the value of the 'Supported' containment reference.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getDefaultDefaultType1 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:
 
- 
setDefaultSets the value of the 'Default' containment reference.- Parameters:
- value- the new value of the 'Default' containment reference.
- See Also:
 
- 
getSupportedUOMsType 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:
 
- 
setSupportedSets the value of the 'Supported' containment reference.- Parameters:
- value- the new value of the 'Supported' containment reference.
- See Also:
 
 
-