Package net.opengis.wps20
Interface LiteralDataDomainType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Subinterfaces:
- LiteralDataDomainType1
 - All Known Implementing Classes:
- LiteralDataDomainType1Impl,- LiteralDataDomainTypeImpl
 
 public interface LiteralDataDomainType extends EObjectA representation of the model object 'Literal Data Domain Type'. A literal data domain consists of a value type and range, and optionally a unit of measurement and a default value.The following features are supported: - See Also:
- Wps20Package.getLiteralDataDomainType()
 
- 
- 
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.DomainMetadataTypegetDataType()Returns the value of the 'Data Type' containment reference.ValueTypegetDefaultValue()Returns the value of the 'Default Value' containment reference.DomainMetadataTypegetUOM()Returns the value of the 'UOM' containment reference.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.voidsetDataType(DomainMetadataType value)Sets the value of the 'Data Type' containment reference.voidsetDefaultValue(ValueType value)Sets the value of the 'Default Value' containment reference.voidsetUOM(DomainMetadataType value)Sets the value of the 'UOM' containment reference.voidsetValuesReference(ValuesReferenceType value)Sets the value of the 'Values Reference' containment reference.
 
- 
- 
- 
Method Detail- 
getAllowedValuesAllowedValuesType getAllowedValues() Returns the value of the 'Allowed Values' containment reference. List of all the valid values and/or ranges of values for this quantity. For numeric quantities, signed values should be ordered from negative infinity to positive infinity.- Returns:
- the value of the 'Allowed Values' containment reference.
- See Also:
- setAllowedValues(AllowedValuesType),- Wps20Package.getLiteralDataDomainType_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. Specifies that any value is allowed for this parameter.- Returns:
- the value of the 'Any Value' containment reference.
- See Also:
- setAnyValue(AnyValueType),- Wps20Package.getLiteralDataDomainType_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. Reference to externally specified list of all the valid values and/or ranges of values for this quantity. (Informative: This element was simplified from the metaDataProperty element in GML 3.0.)- Returns:
- the value of the 'Values Reference' containment reference.
- See Also:
- setValuesReference(ValuesReferenceType),- Wps20Package.getLiteralDataDomainType_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()
 
 - 
getDataTypeDomainMetadataType getDataType() Returns the value of the 'Data Type' containment reference. Definition of the data type of this set of values. In this case, the xlink:href attribute can reference a URN for a well-known data type. For example, such a URN could be a data type identification URN defined in the "ogc" URN namespace.- Returns:
- the value of the 'Data Type' containment reference.
- See Also:
- setDataType(DomainMetadataType),- Wps20Package.getLiteralDataDomainType_DataType()
 
 - 
setDataTypevoid 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()
 
 - 
getUOMDomainMetadataType getUOM() Returns the value of the 'UOM' containment reference. Definition of the unit of measure of this set of values. In this case, the xlink:href attribute can reference a URN for a well-known unit of measure (uom). For example, such a URN could be a UOM identification URN defined in the "ogc" URN namespace.- Returns:
- the value of the 'UOM' containment reference.
- See Also:
- setUOM(DomainMetadataType),- Wps20Package.getLiteralDataDomainType_UOM()
 
 - 
setUOMvoid setUOM(DomainMetadataType value) Sets the value of the 'UOM' containment reference.- Parameters:
- value- the new value of the 'UOM' containment reference.
- See Also:
- getUOM()
 
 - 
getDefaultValueValueType getDefaultValue() Returns the value of the 'Default Value' containment reference. The default value for a quantity for which multiple values are allowed.- Returns:
- the value of the 'Default Value' containment reference.
- See Also:
- setDefaultValue(ValueType),- Wps20Package.getLiteralDataDomainType_DefaultValue()
 
 - 
setDefaultValuevoid setDefaultValue(ValueType value) Sets the value of the 'Default Value' containment reference.- Parameters:
- value- the new value of the 'Default Value' containment reference.
- See Also:
- getDefaultValue()
 
 
- 
 
-