net.opengis.ows11
Interface DomainType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.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:
Ows11Package.getDomainType()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface net.opengis.ows11.UnNamedDomainType
getAllowedValues, getAnyValue, getDataType, getDefaultValue, getMeaning, getMetadata, getNoValues, getReferenceSystem, getUOM, getValuesReference, setAllowedValues, setAnyValue, setDataType, setDefaultValue, setMeaning, setNoValues, setReferenceSystem, setUOM, setValuesReference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.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), Ows11Package.getDomainType_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()


Copyright © 1996-2010 Geotools. All Rights Reserved.