net.opengis.wps10
Interface LiteralOutputType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
LiteralInputType
All Known Implementing Classes:
LiteralInputTypeImpl, LiteralOutputTypeImpl

public interface LiteralOutputType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Literal Output Type'. Description of a literal output (or input).

The following features are supported:

See Also:
Wps10Package.getLiteralOutputType()

Method Summary
 DomainMetadataType getDataType()
          Returns the value of the 'Data Type' containment reference.
 SupportedUOMsType getUOMs()
          Returns the value of the 'UO Ms' containment reference.
 void setDataType(DomainMetadataType value)
          Sets the value of the 'Data Type' containment reference.
 void setUOMs(SupportedUOMsType value)
          Sets the value of the 'UO Ms' 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

getDataType

DomainMetadataType getDataType()
Returns the value of the 'Data Type' containment reference. Data type of this set of values (e.g. integer, real, etc). This data type metadata should be included for each quantity whose data type is not a string.

Returns:
the value of the 'Data Type' containment reference.
See Also:
setDataType(DomainMetadataType), Wps10Package.getLiteralOutputType_DataType()

setDataType

void setDataType(DomainMetadataType value)
Sets the value of the 'Data Type' containment reference.

Parameters:
value - the new value of the 'Data Type' containment reference.
See Also:
getDataType()

getUOMs

SupportedUOMsType getUOMs()
Returns the value of the 'UO Ms' containment reference. List of supported units of measure for this input or output. This element should be included when this literal has a unit of measure (e.g., "meters", without a more complete reference system). Not necessary for a count, which has no units.

Returns:
the value of the 'UO Ms' containment reference.
See Also:
setUOMs(SupportedUOMsType), Wps10Package.getLiteralOutputType_UOMs()

setUOMs

void setUOMs(SupportedUOMsType value)
Sets the value of the 'UO Ms' containment reference.

Parameters:
value - the new value of the 'UO Ms' containment reference.
See Also:
getUOMs()


Copyright © 1996-2010 Geotools. All Rights Reserved.