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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowedValuesTypegetAllowedValues()Returns the value of the 'Allowed Values' containment reference.AnyValueTypegetAnyValue()Returns the value of the 'Any Value' containment reference.StringgetDefaultValue()Returns the value of the 'Default Value' attribute.ValuesReferenceTypegetValuesReference()Returns the value of the 'Values Reference' containment reference.voidsetAllowedValues(AllowedValuesType value)Sets the value of the 'Allowed Values' containment reference.voidsetAnyValue(AnyValueType value)Sets the value of the 'Any Value' containment reference.voidsetDefaultValue(String value)Sets the value of the 'Default Value' attribute.voidsetValuesReference(ValuesReferenceType value)Sets the value of the 'Values Reference' containment reference.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface LiteralOutputTypegetDataType, getUOMs, setDataType, setUOMs
 
- 
 
- 
- 
- 
Method Detail- 
getAllowedValuesAllowedValuesType 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()
 
 - 
setAllowedValuesvoid 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()
 
 - 
getAnyValueAnyValueType 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()
 
 - 
setAnyValuevoid 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()
 
 - 
getValuesReferenceValuesReferenceType 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()
 
 - 
setValuesReferencevoid 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()
 
 - 
getDefaultValueString 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()
 
 - 
setDefaultValuevoid setDefaultValue(String value) Sets the value of the 'Default Value' attribute.- Parameters:
- value- the new value of the 'Default Value' attribute.
- See Also:
- getDefaultValue()
 
 
- 
 
-