Package net.opengis.ows20
Interface UnNamedDomainType
- All Superinterfaces:
- EObject,- Notifier
- All Known Subinterfaces:
- DomainType
- All Known Implementing Classes:
- DomainTypeImpl,- UnNamedDomainTypeImpl
public interface UnNamedDomainType
extends EObject
 A representation of the model object 'Un Named Domain Type'.
 
 
 Valid domain (or allowed set of values) of one quantity,
       with needed metadata but without a quantity name or
       identifier.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Allowed Values' containment reference.Returns the value of the 'Any Value' containment reference.Returns the value of the 'Data Type' containment reference.Returns the value of the 'Default Value' containment reference.Returns the value of the 'Meaning' containment reference.EList<MetadataType>Returns the value of the 'Metadata' containment reference list.FeatureMapReturns the value of the 'Metadata Group' attribute list.Returns the value of the 'No Values' containment reference.Returns the value of the 'Reference System' containment reference.getUOM()Returns the value of the 'UOM' containment reference.Returns the value of the 'Values Reference' containment reference.voidSets 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.voidsetMeaning(DomainMetadataType value) Sets the value of the 'Meaning' containment reference.voidsetNoValues(NoValuesType value) Sets the value of the 'No Values' containment reference.voidSets the value of the 'Reference System' containment reference.voidsetUOM(DomainMetadataType value) Sets the value of the 'UOM' containment reference.voidSets 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, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
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:
 
- 
setAllowedValuesSets the value of the 'Allowed Values' containment reference.- Parameters:
- value- the new value of the 'Allowed Values' containment reference.
- See Also:
 
- 
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:
 
- 
setAnyValueSets the value of the 'Any Value' containment reference.- Parameters:
- value- the new value of the 'Any Value' containment reference.
- See Also:
 
- 
getNoValuesNoValuesType getNoValues()Returns the value of the 'No Values' containment reference. Specifies that no values are allowed for this parameter or quantity.- Returns:
- the value of the 'No Values' containment reference.
- See Also:
 
- 
setNoValuesSets the value of the 'No Values' containment reference.- Parameters:
- value- the new value of the 'No Values' containment reference.
- See Also:
 
- 
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:
 
- 
setValuesReferenceSets the value of the 'Values Reference' containment reference.- Parameters:
- value- the new value of the 'Values Reference' containment reference.
- See Also:
 
- 
getDefaultValueValueType getDefaultValue()Returns the value of the 'Default Value' containment reference. Optional default value for this quantity, which should be included when this quantity has a default value.- Returns:
- the value of the 'Default Value' containment reference.
- See Also:
 
- 
setDefaultValueSets the value of the 'Default Value' containment reference.- Parameters:
- value- the new value of the 'Default Value' containment reference.
- See Also:
 
- 
getMeaningDomainMetadataType getMeaning()Returns the value of the 'Meaning' containment reference. Meaning metadata should be referenced or included for each quantity.- Returns:
- the value of the 'Meaning' containment reference.
- See Also:
 
- 
setMeaningSets the value of the 'Meaning' containment reference.- Parameters:
- value- the new value of the 'Meaning' containment reference.
- See Also:
 
- 
getDataTypeDomainMetadataType getDataType()Returns the value of the 'Data Type' containment reference. This data type metadata should be referenced or included for each quantity.- Returns:
- the value of the 'Data Type' containment reference.
- See Also:
 
- 
setDataTypeSets the value of the 'Data Type' containment reference.- Parameters:
- value- the new value of the 'Data Type' containment reference.
- See Also:
 
- 
getUOMDomainMetadataType getUOM()Returns the value of the 'UOM' containment reference. Identifier of unit of measure of this set of values. Should be included then this set of values has units (and not a more complete reference system).- Returns:
- the value of the 'UOM' containment reference.
- See Also:
 
- 
setUOMSets the value of the 'UOM' containment reference.- Parameters:
- value- the new value of the 'UOM' containment reference.
- See Also:
 
- 
getReferenceSystemDomainMetadataType getReferenceSystem()Returns the value of the 'Reference System' containment reference. Identifier of reference system used by this set of values. Should be included then this set of values has a reference system (not just units).- Returns:
- the value of the 'Reference System' containment reference.
- See Also:
 
- 
setReferenceSystemSets the value of the 'Reference System' containment reference.- Parameters:
- value- the new value of the 'Reference System' containment reference.
- See Also:
 
- 
getMetadataGroupFeatureMap getMetadataGroup()Returns the value of the 'Metadata Group' attribute list. The list contents are of typeFeatureMap.Entry. Optional unordered list of other metadata about this quantity. A list of required and optional other metadata elements for this quantity should be specified in the Implementation Specification for this service.- Returns:
- the value of the 'Metadata Group' attribute list.
- See Also:
 
- 
getMetadataEList<MetadataType> getMetadata()Returns the value of the 'Metadata' containment reference list. The list contents are of typeMetadataType. Optional unordered list of other metadata about this quantity. A list of required and optional other metadata elements for this quantity should be specified in the Implementation Specification for this service.- Returns:
- the value of the 'Metadata' containment reference list.
- See Also:
 
 
-