Interface WsDefinitionsPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
WsDefinitionsPackageImpl

public interface WsDefinitionsPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
  • Field Details

  • Method Details

    • getWSDefinitions

      org.eclipse.emf.ecore.EClass getWSDefinitions()
      Returns the meta object for class 'WS Definitions'.
      Returns:
      the meta object for class 'WS Definitions'.
      See Also:
    • getWSDefinitions_Model

      org.eclipse.emf.ecore.EReference getWSDefinitions_Model()
      Returns the meta object for the containment reference 'Model'.
      Returns:
      the meta object for the containment reference 'Model'.
      See Also:
    • getWSDefinitions_Services

      org.eclipse.emf.ecore.EReference getWSDefinitions_Services()
      Returns the meta object for the containment reference list 'Services'.
      Returns:
      the meta object for the containment reference list 'Services'.
      See Also:
    • getWSDefinitions_Documentation

      org.eclipse.emf.ecore.EAttribute getWSDefinitions_Documentation()
      Returns the meta object for the attribute 'Documentation'.
      Returns:
      the meta object for the attribute 'Documentation'.
      See Also:
    • getService

      org.eclipse.emf.ecore.EClass getService()
      Returns the meta object for class 'Service'.
      Returns:
      the meta object for class 'Service'.
      See Also:
    • getService_Namespace

      org.eclipse.emf.ecore.EAttribute getService_Namespace()
      Returns the meta object for the attribute 'Namespace'.
      Returns:
      the meta object for the attribute 'Namespace'.
      See Also:
    • getService_Name

      org.eclipse.emf.ecore.EAttribute getService_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getService_Endpoints

      org.eclipse.emf.ecore.EReference getService_Endpoints()
      Returns the meta object for the containment reference list 'Endpoints'.
      Returns:
      the meta object for the containment reference list 'Endpoints'.
      See Also:
    • getService_Documentation

      org.eclipse.emf.ecore.EAttribute getService_Documentation()
      Returns the meta object for the attribute 'Documentation'.
      Returns:
      the meta object for the attribute 'Documentation'.
      See Also:
    • getEndpoint

      org.eclipse.emf.ecore.EClass getEndpoint()
      Returns the meta object for class 'Endpoint'.
      Returns:
      the meta object for class 'Endpoint'.
      See Also:
    • getEndpoint_Name

      org.eclipse.emf.ecore.EAttribute getEndpoint_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getEndpoint_Operations

      org.eclipse.emf.ecore.EReference getEndpoint_Operations()
      Returns the meta object for the containment reference list 'Operations'.
      Returns:
      the meta object for the containment reference list 'Operations'.
      See Also:
    • getEndpoint_Documentation

      org.eclipse.emf.ecore.EAttribute getEndpoint_Documentation()
      Returns the meta object for the attribute 'Documentation'.
      Returns:
      the meta object for the attribute 'Documentation'.
      See Also:
    • getEndpoint_Soap

      org.eclipse.emf.ecore.EAttribute getEndpoint_Soap()
      Returns the meta object for the attribute 'Soap'.
      Returns:
      the meta object for the attribute 'Soap'.
      See Also:
    • getOperation

      org.eclipse.emf.ecore.EClass getOperation()
      Returns the meta object for class 'Operation'.
      Returns:
      the meta object for class 'Operation'.
      See Also:
    • getOperation_Name

      org.eclipse.emf.ecore.EAttribute getOperation_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getOperation_Documentation

      org.eclipse.emf.ecore.EAttribute getOperation_Documentation()
      Returns the meta object for the attribute 'Documentation'.
      Returns:
      the meta object for the attribute 'Documentation'.
      See Also:
    • getOperation_RetValNillable

      org.eclipse.emf.ecore.EAttribute getOperation_RetValNillable()
      Returns the meta object for the attribute 'Ret Val Nillable'.
      Returns:
      the meta object for the attribute 'Ret Val Nillable'.
      See Also:
    • getOperation_RetValDoc

      org.eclipse.emf.ecore.EAttribute getOperation_RetValDoc()
      Returns the meta object for the attribute 'Ret Val Doc'.
      Returns:
      the meta object for the attribute 'Ret Val Doc'.
      See Also:
    • getOperation_RetValType

      org.eclipse.emf.ecore.EReference getOperation_RetValType()
      Returns the meta object for the containment reference 'Ret Val Type'.
      Returns:
      the meta object for the containment reference 'Ret Val Type'.
      See Also:
    • getOperation_Parameters

      org.eclipse.emf.ecore.EReference getOperation_Parameters()
      Returns the meta object for the containment reference list 'Parameters'.
      Returns:
      the meta object for the containment reference list 'Parameters'.
      See Also:
    • getParameter

      org.eclipse.emf.ecore.EClass getParameter()
      Returns the meta object for class 'Parameter'.
      Returns:
      the meta object for class 'Parameter'.
      See Also:
    • getParameter_Name

      org.eclipse.emf.ecore.EAttribute getParameter_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getParameter_Type

      org.eclipse.emf.ecore.EReference getParameter_Type()
      Returns the meta object for the containment reference 'Type'.
      Returns:
      the meta object for the containment reference 'Type'.
      See Also:
    • getParameter_Direction

      org.eclipse.emf.ecore.EAttribute getParameter_Direction()
      Returns the meta object for the attribute 'Direction'.
      Returns:
      the meta object for the attribute 'Direction'.
      See Also:
    • getParameter_Nillable

      org.eclipse.emf.ecore.EAttribute getParameter_Nillable()
      Returns the meta object for the attribute 'Nillable'.
      Returns:
      the meta object for the attribute 'Nillable'.
      See Also:
    • getParameter_Documentation

      org.eclipse.emf.ecore.EAttribute getParameter_Documentation()
      Returns the meta object for the attribute 'Documentation'.
      Returns:
      the meta object for the attribute 'Documentation'.
      See Also:
    • getDirection

      org.eclipse.emf.ecore.EEnum getDirection()
      Returns the meta object for enum 'Direction'.
      Returns:
      the meta object for enum 'Direction'.
      See Also:
    • getNCName

      org.eclipse.emf.ecore.EDataType getNCName()
      Returns the meta object for data type 'NC Name'.
      Returns:
      the meta object for data type 'NC Name'.
      See Also:
    • getWsDefinitionsFactory

      WsDefinitionsFactory getWsDefinitionsFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.