net.opengis.wps10
Interface LiteralInputType

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

public interface LiteralInputType
extends LiteralOutputType

A representation of the model object 'Literal Input Type'. Description of a process input that consists of a simple literal value (e.g., "2.1"). (Informative: This type is a subset of the ows:UnNamedDomainType defined in owsDomaintype.xsd.)

The following features are supported:

See Also:
Wps10Package.getLiteralInputType()

Method Summary
 AllowedValuesType getAllowedValues()
          Returns the value of the 'Allowed Values' containment reference.
 AnyValueType getAnyValue()
          Returns the value of the 'Any Value' containment reference.
 java.lang.String getDefaultValue()
          Returns the value of the 'Default Value' attribute.
 ValuesReferenceType getValuesReference()
          Returns the value of the 'Values Reference' containment reference.
 void setAllowedValues(AllowedValuesType value)
          Sets the value of the 'Allowed Values' containment reference.
 void setAnyValue(AnyValueType value)
          Sets the value of the 'Any Value' containment reference.
 void setDefaultValue(java.lang.String value)
          Sets the value of the 'Default Value' attribute.
 void setValuesReference(ValuesReferenceType value)
          Sets the value of the 'Values Reference' containment reference.
 
Methods inherited from interface net.opengis.wps10.LiteralOutputType
getDataType, getUOMs, setDataType, setUOMs
 
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

getAllowedValues

AllowedValuesType getAllowedValues()
Returns the value of the 'Allowed Values' containment reference. Indicates that there are a finite set of values and ranges allowed for this input, and contains list of all the valid values and/or ranges of values. Notice that these values and ranges can be displayed to a human client.

Returns:
the value of the 'Allowed Values' containment reference.
See Also:
setAllowedValues(AllowedValuesType), Wps10Package.getLiteralInputType_AllowedValues()

setAllowedValues

void setAllowedValues(AllowedValuesType value)
Sets the value of the 'Allowed Values' containment reference.

Parameters:
value - the new value of the 'Allowed Values' containment reference.
See Also:
getAllowedValues()

getAnyValue

AnyValueType getAnyValue()
Returns the value of the 'Any Value' containment reference. Indicates that any value is allowed for this input. This element shall be included when there are no restrictions, except for data type, on the allowable value of this input.

Returns:
the value of the 'Any Value' containment reference.
See Also:
setAnyValue(AnyValueType), Wps10Package.getLiteralInputType_AnyValue()

setAnyValue

void setAnyValue(AnyValueType value)
Sets the value of the 'Any Value' containment reference.

Parameters:
value - the new value of the 'Any Value' containment reference.
See Also:
getAnyValue()

getValuesReference

ValuesReferenceType getValuesReference()
Returns the value of the 'Values Reference' containment reference. Indicates that there are a finite set of values and ranges allowed for this input, which are specified in the referenced list.

Returns:
the value of the 'Values Reference' containment reference.
See Also:
setValuesReference(ValuesReferenceType), Wps10Package.getLiteralInputType_ValuesReference()

setValuesReference

void setValuesReference(ValuesReferenceType value)
Sets the value of the 'Values Reference' containment reference.

Parameters:
value - the new value of the 'Values Reference' containment reference.
See Also:
getValuesReference()

getDefaultValue

java.lang.String getDefaultValue()
Returns the value of the 'Default Value' attribute. Optional default value for this quantity, which should be included when this quantity has a default value. The DefaultValue shall be understood to be consistent with the unit of measure selected in the Execute request.

Returns:
the value of the 'Default Value' attribute.
See Also:
setDefaultValue(String), Wps10Package.getLiteralInputType_DefaultValue()

setDefaultValue

void setDefaultValue(java.lang.String value)
Sets the value of the 'Default Value' attribute.

Parameters:
value - the new value of the 'Default Value' attribute.
See Also:
getDefaultValue()


Copyright © 1996-2010 Geotools. All Rights Reserved.