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:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Name' containment reference.
    EList<EObject>
    Returns the value of the 'Value' containment reference list.
    void
    Sets the value of the 'Name' containment reference.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods 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

      void setName(CodeType value)
      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 type EObject. Unordered list of one or more values of this AdditionalParameter.
      Returns:
      the value of the 'Value' containment reference list.
      See Also: