net.opengis.wps10
Interface SupportedUOMsType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SupportedUOMsTypeImpl

public interface SupportedUOMsType
extends org.eclipse.emf.ecore.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:
Wps10Package.getSupportedUOMsType()

Method Summary
 DefaultType1 getDefault()
          Returns the value of the 'Default' containment reference.
 UOMsType getSupported()
          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 org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

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(DefaultType1), Wps10Package.getSupportedUOMsType_Default()

setDefault

void setDefault(DefaultType1 value)
Sets the value of the 'Default' containment reference.

Parameters:
value - the new value of the 'Default' containment reference.
See Also:
getDefault()

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(UOMsType), Wps10Package.getSupportedUOMsType_Supported()

setSupported

void setSupported(UOMsType value)
Sets the value of the 'Supported' containment reference.

Parameters:
value - the new value of the 'Supported' containment reference.
See Also:
getSupported()


Copyright © 1996-2010 Geotools. All Rights Reserved.