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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface UnNamedDomainType
getAllowedValues, getAnyValue, getDataType, getDefaultValue, getMeaning, getMetadata, getMetadataGroup, getNoValues, getReferenceSystem, getUOM, getValuesReference, setAllowedValues, setAnyValue, setDataType, setDefaultValue, setMeaning, setNoValues, setReferenceSystem, setUOM, setValuesReference
-
-
-
-
Method Detail
-
getName
String 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()
-
-