Interface AdditionalParameterType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CodeType getName()
      Returns the value of the 'Name' containment reference.
      EList<EObject> getValue()
      Returns the value of the 'Value' containment reference list.
      void setName​(CodeType value)
      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 Detail

      • 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:
        getName()
      • 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:
        Ows20Package.getAdditionalParameterType_Value()