Package net.opengis.ows20
Interface DomainType
- 
- All Superinterfaces:
- EObject,- Notifier,- UnNamedDomainType
 - All Known Implementing Classes:
- DomainTypeImpl
 
 public interface DomainType extends UnNamedDomainType A representation of the model object 'Domain Type'. Valid domain (or allowed set of values) of one quantity, with its name or identifier.The following features are supported: - See Also:
- Ows20Package.getDomainType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.- 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface UnNamedDomainTypegetAllowedValues, getAnyValue, getDataType, getDefaultValue, getMeaning, getMetadata, getMetadataGroup, getNoValues, getReferenceSystem, getUOM, getValuesReference, setAllowedValues, setAnyValue, setDataType, setDefaultValue, setMeaning, setNoValues, setReferenceSystem, setUOM, setValuesReference
 
- 
 
- 
- 
- 
Method Detail- 
getNameString getName() Returns the value of the 'Name' attribute. Name or identifier of this quantity.- Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- Ows20Package.getDomainType_Name()
 
 
- 
 
-