Package net.opengis.ows20
Interface AdditionalParameterType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
AdditionalParameterTypeImpl
public interface AdditionalParameterType
extends EObject
A representation of the model object 'Additional Parameter Type'.
The following features are supported:
-
Method Summary
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
CodeType getName()Returns the value of the 'Name' containment reference. Name or identifier of this AdditionalParameter, unique for this OGC Web Service.- Returns:
- the value of the 'Name' containment reference.
- See Also:
-
setName
Sets the value of the 'Name' containment reference.- Parameters:
value- the new value of the 'Name' containment reference.- See Also:
-
getValue
EList<EObject> getValue()Returns the value of the 'Value' containment reference list. The list contents are of typeEObject. Unordered list of one or more values of this AdditionalParameter.- Returns:
- the value of the 'Value' containment reference list.
- See Also:
-