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:
    WsDefinitionsFactory
    • Method Detail

      • 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:
        WSDefinitions
      • 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:
        WSDefinitions.getModel(), getWSDefinitions()
      • 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:
        WSDefinitions.getServices(), getWSDefinitions()
      • getService

        org.eclipse.emf.ecore.EClass getService()
        Returns the meta object for class 'Service'.
        Returns:
        the meta object for class 'Service'.
        See Also:
        Service
      • 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:
        Service.getNamespace(), getService()
      • 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:
        Service.getName(), getService()
      • 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:
        Service.getEndpoints(), getService()
      • 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:
        Service.getDocumentation(), getService()
      • getEndpoint

        org.eclipse.emf.ecore.EClass getEndpoint()
        Returns the meta object for class 'Endpoint'.
        Returns:
        the meta object for class 'Endpoint'.
        See Also:
        Endpoint
      • 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:
        Endpoint.getName(), getEndpoint()
      • 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:
        Endpoint.getOperations(), getEndpoint()
      • 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:
        Endpoint.isSoap(), getEndpoint()
      • getOperation

        org.eclipse.emf.ecore.EClass getOperation()
        Returns the meta object for class 'Operation'.
        Returns:
        the meta object for class 'Operation'.
        See Also:
        Operation
      • 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:
        Operation.getName(), getOperation()
      • 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:
        Operation.getRetValDoc(), getOperation()
      • 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:
        Operation.getRetValType(), getOperation()
      • 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:
        Operation.getParameters(), getOperation()
      • getParameter

        org.eclipse.emf.ecore.EClass getParameter()
        Returns the meta object for class 'Parameter'.
        Returns:
        the meta object for class 'Parameter'.
        See Also:
        Parameter
      • 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:
        Parameter.getName(), getParameter()
      • 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:
        Parameter.getType(), getParameter()
      • 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:
        Parameter.getDirection(), getParameter()
      • 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:
        Parameter.isNillable(), getParameter()
      • getDirection

        org.eclipse.emf.ecore.EEnum getDirection()
        Returns the meta object for enum 'Direction'.
        Returns:
        the meta object for enum 'Direction'.
        See Also:
        Direction
      • 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:
        String
      • getWsDefinitionsFactory

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