Package net.opengis.wps10
Interface LiteralInputType
-
- All Superinterfaces:
EObject
,LiteralOutputType
,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowedValuesType
getAllowedValues()
Returns the value of the 'Allowed Values' containment reference.AnyValueType
getAnyValue()
Returns the value of the 'Any Value' containment reference.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(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 EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface LiteralOutputType
getDataType, getUOMs, setDataType, setUOMs
-
-
-
-
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
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(String value)
Sets the value of the 'Default Value
' attribute.- Parameters:
value
- the new value of the 'Default Value' attribute.- See Also:
getDefaultValue()
-
-