Interface StoredQueryType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      Returns the value of the 'Id' attribute.
      EList<ParameterType> getParameter()
      Returns the value of the 'Parameter' containment reference list.
      void setId​(String value)
      Sets the value of the 'Id' attribute.
      • 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

      • getParameter

        EList<ParameterType> getParameter()
        Returns the value of the 'Parameter' containment reference list. The list contents are of type ParameterType.

        If the meaning of the 'Parameter' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Parameter' containment reference list.
        See Also:
        Wfs20Package.getStoredQueryType_Parameter()
      • setId

        void setId​(String value)
        Sets the value of the 'Id' attribute.
        Parameters:
        value - the new value of the 'Id' attribute.
        See Also:
        getId()