net.opengis.ows10
Interface DomainType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DomainTypeImpl

public interface DomainType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Domain Type'. Valid domain (or set of values) of one parameter or other quantity used by this server. A non-parameter quantity may not be explicitly represented in the server software. (Informative: An example is the outputFormat parameter of a WFS. Each WFS server should provide a Parameter element for the outputFormat parameter that lists the supported output formats, such as GML2, GML3, etc. as the allowed "Value" elements.)

The following features are supported:

See Also:
Ows10Package.getDomainType()

Method Summary
 org.eclipse.emf.common.util.EList getMetadata()
          Returns the value of the 'Metadata' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList getValue()
          Returns the value of the 'Value' attribute list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
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

getValue

org.eclipse.emf.common.util.EList getValue()
Returns the value of the 'Value' attribute list. The list contents are of type String. Unordered list of all the valid values for this parameter or other quantity. For those parameters that contain a list or sequence of values, these values shall be for individual values in the list. The allowed set of values and the allowed server restrictions on that set of values shall be specified in the Implementation Specification for this service.

Returns:
the value of the 'Value' attribute list.
See Also:
Ows10Package.getDomainType_Value()

getMetadata

org.eclipse.emf.common.util.EList getMetadata()
Returns the value of the 'Metadata' containment reference list. The list contents are of type MetadataType. Optional unordered list of additional metadata about this parameter. A list of required and optional metadata elements for this domain should be specified in the Implementation Specification for this service. (Informative: This metadata might specify the meanings of the valid values.)

Returns:
the value of the 'Metadata' containment reference list.
See Also:
Ows10Package.getDomainType_Metadata()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. Name or identifier of this parameter or other quantity.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), Ows10Package.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.