Package net.opengis.wps20
Interface LiteralDataDomainType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
LiteralDataDomainType1
- All Known Implementing Classes:
LiteralDataDomainType1Impl
,LiteralDataDomainTypeImpl
public interface LiteralDataDomainType extends EObject
A 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 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.DomainMetadataType
getDataType()
Returns the value of the 'Data Type' containment reference.ValueType
getDefaultValue()
Returns the value of the 'Default Value' containment reference.DomainMetadataType
getUOM()
Returns the value of the 'UOM' containment reference.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
setDataType(DomainMetadataType value)
Sets the value of the 'Data Type
' containment reference.void
setDefaultValue(ValueType value)
Sets the value of the 'Default Value
' containment reference.void
setUOM(DomainMetadataType value)
Sets the value of the 'UOM
' containment reference.void
setValuesReference(ValuesReferenceType value)
Sets the value of the 'Values Reference
' containment reference.
-
-
-
Method Detail
-
getAllowedValues
AllowedValuesType 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()
-
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. 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()
-
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. 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()
-
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()
-
getDataType
DomainMetadataType 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()
-
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()
-
getUOM
DomainMetadataType 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()
-
setUOM
void setUOM(DomainMetadataType value)
Sets the value of the 'UOM
' containment reference.- Parameters:
value
- the new value of the 'UOM' containment reference.- See Also:
getUOM()
-
getDefaultValue
ValueType 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()
-
setDefaultValue
void 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()
-
-