/** * * * * $Id$ */ package net.opengis.ows11; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.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 net.opengis.ows11.Ows11Package#getUnNamedDomainType() * @model extendedMetaData="name='UnNamedDomainType' kind='elementOnly'" * @generated */ public interface UnNamedDomainType extends EObject { /** * 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. * * @return the value of the 'Allowed Values' containment reference. * @see #setAllowedValues(AllowedValuesType) * @see net.opengis.ows11.Ows11Package#getUnNamedDomainType_AllowedValues() * @model containment="true" * extendedMetaData="kind='element' name='AllowedValues' namespace='##targetNamespace'" * @generated */ AllowedValuesType getAllowedValues(); /** * Sets the value of the '{@link net.opengis.ows11.UnNamedDomainType#getAllowedValues Allowed Values}' containment reference. * * * @param value the new value of the 'Allowed Values' containment reference. * @see #getAllowedValues() * @generated */ void setAllowedValues(AllowedValuesType value); /** * Returns the value of the 'Any Value' containment reference. * * * * Specifies that any value is allowed for this parameter. * * @return the value of the 'Any Value' containment reference. * @see #setAnyValue(AnyValueType) * @see net.opengis.ows11.Ows11Package#getUnNamedDomainType_AnyValue() * @model containment="true" * extendedMetaData="kind='element' name='AnyValue' namespace='##targetNamespace'" * @generated */ AnyValueType getAnyValue(); /** * Sets the value of the '{@link net.opengis.ows11.UnNamedDomainType#getAnyValue Any Value}' containment reference. * * * @param value the new value of the 'Any Value' containment reference. * @see #getAnyValue() * @generated */ void setAnyValue(AnyValueType value); /** * Returns the value of the 'No Values' containment reference. * * * * Specifies that no values are allowed for this parameter or quantity. * * @return the value of the 'No Values' containment reference. * @see #setNoValues(NoValuesType) * @see net.opengis.ows11.Ows11Package#getUnNamedDomainType_NoValues() * @model containment="true" * extendedMetaData="kind='element' name='NoValues' namespace='##targetNamespace'" * @generated */ NoValuesType getNoValues(); /** * Sets the value of the '{@link net.opengis.ows11.UnNamedDomainType#getNoValues No Values}' containment reference. * * * @param value the new value of the 'No Values' containment reference. * @see #getNoValues() * @generated */ void setNoValues(NoValuesType value); /** * 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.) * * @return the value of the 'Values Reference' containment reference. * @see #setValuesReference(ValuesReferenceType) * @see net.opengis.ows11.Ows11Package#getUnNamedDomainType_ValuesReference() * @model containment="true" * extendedMetaData="kind='element' name='ValuesReference' namespace='##targetNamespace'" * @generated */ ValuesReferenceType getValuesReference(); /** * Sets the value of the '{@link net.opengis.ows11.UnNamedDomainType#getValuesReference Values Reference}' containment reference. * * * @param value the new value of the 'Values Reference' containment reference. * @see #getValuesReference() * @generated */ void setValuesReference(ValuesReferenceType value); /** * 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. * * @return the value of the 'Default Value' containment reference. * @see #setDefaultValue(ValueType) * @see net.opengis.ows11.Ows11Package#getUnNamedDomainType_DefaultValue() * @model containment="true" * extendedMetaData="kind='element' name='DefaultValue' namespace='##targetNamespace'" * @generated */ ValueType getDefaultValue(); /** * Sets the value of the '{@link net.opengis.ows11.UnNamedDomainType#getDefaultValue Default Value}' containment reference. * * * @param value the new value of the 'Default Value' containment reference. * @see #getDefaultValue() * @generated */ void setDefaultValue(ValueType value); /** * Returns the value of the 'Meaning' containment reference. * * * * Meaning metadata should be referenced or included for each quantity. * * @return the value of the 'Meaning' containment reference. * @see #setMeaning(DomainMetadataType) * @see net.opengis.ows11.Ows11Package#getUnNamedDomainType_Meaning() * @model containment="true" * extendedMetaData="kind='element' name='Meaning' namespace='##targetNamespace'" * @generated */ DomainMetadataType getMeaning(); /** * Sets the value of the '{@link net.opengis.ows11.UnNamedDomainType#getMeaning Meaning}' containment reference. * * * @param value the new value of the 'Meaning' containment reference. * @see #getMeaning() * @generated */ void setMeaning(DomainMetadataType value); /** * Returns the value of the 'Data Type' containment reference. * * * * This data type metadata should be referenced or included for each quantity. * * @return the value of the 'Data Type' containment reference. * @see #setDataType(DomainMetadataType) * @see net.opengis.ows11.Ows11Package#getUnNamedDomainType_DataType() * @model containment="true" * extendedMetaData="kind='element' name='DataType' namespace='##targetNamespace'" * @generated */ DomainMetadataType getDataType(); /** * Sets the value of the '{@link net.opengis.ows11.UnNamedDomainType#getDataType Data Type}' containment reference. * * * @param value the new value of the 'Data Type' containment reference. * @see #getDataType() * @generated */ void setDataType(DomainMetadataType value); /** * 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). * * @return the value of the 'UOM' containment reference. * @see #setUOM(DomainMetadataType) * @see net.opengis.ows11.Ows11Package#getUnNamedDomainType_UOM() * @model containment="true" * extendedMetaData="kind='element' name='UOM' namespace='##targetNamespace'" * @generated */ DomainMetadataType getUOM(); /** * Sets the value of the '{@link net.opengis.ows11.UnNamedDomainType#getUOM UOM}' containment reference. * * * @param value the new value of the 'UOM' containment reference. * @see #getUOM() * @generated */ void setUOM(DomainMetadataType value); /** * 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). * * @return the value of the 'Reference System' containment reference. * @see #setReferenceSystem(DomainMetadataType) * @see net.opengis.ows11.Ows11Package#getUnNamedDomainType_ReferenceSystem() * @model containment="true" * extendedMetaData="kind='element' name='ReferenceSystem' namespace='##targetNamespace'" * @generated */ DomainMetadataType getReferenceSystem(); /** * Sets the value of the '{@link net.opengis.ows11.UnNamedDomainType#getReferenceSystem Reference System}' containment reference. * * * @param value the new value of the 'Reference System' containment reference. * @see #getReferenceSystem() * @generated */ void setReferenceSystem(DomainMetadataType value); /** * Returns the value of the 'Metadata' containment reference list. * The list contents are of type {@link net.opengis.ows11.MetadataType}. * * * * 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. * * @return the value of the 'Metadata' containment reference list. * @see net.opengis.ows11.Ows11Package#getUnNamedDomainType_Metadata() * @model type="net.opengis.ows11.MetadataType" containment="true" * extendedMetaData="kind='element' name='Metadata' namespace='##targetNamespace'" * @generated */ EList getMetadata(); } // UnNamedDomainType