Interface WsDefinitionsPackage.Literals

Enclosing interface:
WsDefinitionsPackage

public static interface WsDefinitionsPackage.Literals
Defines literals for the meta objects that represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.emf.ecore.EEnum
    The meta object literal for the 'Direction' enum.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Endpoint' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Documentation' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Name' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Operations' containment reference list feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Soap' attribute feature.
    static final org.eclipse.emf.ecore.EDataType
    The meta object literal for the 'NC Name' data type.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Operation' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Documentation' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Name' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Parameters' containment reference list feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Ret Val Doc' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Ret Val Nillable' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Ret Val Type' containment reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Parameter' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Direction' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Documentation' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Name' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Nillable' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Type' containment reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Service' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Documentation' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Endpoints' containment reference list feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Name' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Namespace' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'WS Definitions' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Documentation' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Model' containment reference feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Services' containment reference list feature.
  • Field Details

    • WS_DEFINITIONS

      static final org.eclipse.emf.ecore.EClass WS_DEFINITIONS
      The meta object literal for the 'WS Definitions' class.
      See Also:
    • WS_DEFINITIONS__MODEL

      static final org.eclipse.emf.ecore.EReference WS_DEFINITIONS__MODEL
      The meta object literal for the 'Model' containment reference feature.
    • WS_DEFINITIONS__SERVICES

      static final org.eclipse.emf.ecore.EReference WS_DEFINITIONS__SERVICES
      The meta object literal for the 'Services' containment reference list feature.
    • WS_DEFINITIONS__DOCUMENTATION

      static final org.eclipse.emf.ecore.EAttribute WS_DEFINITIONS__DOCUMENTATION
      The meta object literal for the 'Documentation' attribute feature.
    • SERVICE

      static final org.eclipse.emf.ecore.EClass SERVICE
      The meta object literal for the 'Service' class.
      See Also:
    • SERVICE__NAMESPACE

      static final org.eclipse.emf.ecore.EAttribute SERVICE__NAMESPACE
      The meta object literal for the 'Namespace' attribute feature.
    • SERVICE__NAME

      static final org.eclipse.emf.ecore.EAttribute SERVICE__NAME
      The meta object literal for the 'Name' attribute feature.
    • SERVICE__ENDPOINTS

      static final org.eclipse.emf.ecore.EReference SERVICE__ENDPOINTS
      The meta object literal for the 'Endpoints' containment reference list feature.
    • SERVICE__DOCUMENTATION

      static final org.eclipse.emf.ecore.EAttribute SERVICE__DOCUMENTATION
      The meta object literal for the 'Documentation' attribute feature.
    • ENDPOINT

      static final org.eclipse.emf.ecore.EClass ENDPOINT
      The meta object literal for the 'Endpoint' class.
      See Also:
    • ENDPOINT__NAME

      static final org.eclipse.emf.ecore.EAttribute ENDPOINT__NAME
      The meta object literal for the 'Name' attribute feature.
    • ENDPOINT__OPERATIONS

      static final org.eclipse.emf.ecore.EReference ENDPOINT__OPERATIONS
      The meta object literal for the 'Operations' containment reference list feature.
    • ENDPOINT__DOCUMENTATION

      static final org.eclipse.emf.ecore.EAttribute ENDPOINT__DOCUMENTATION
      The meta object literal for the 'Documentation' attribute feature.
    • ENDPOINT__SOAP

      static final org.eclipse.emf.ecore.EAttribute ENDPOINT__SOAP
      The meta object literal for the 'Soap' attribute feature.
    • OPERATION

      static final org.eclipse.emf.ecore.EClass OPERATION
      The meta object literal for the 'Operation' class.
      See Also:
    • OPERATION__NAME

      static final org.eclipse.emf.ecore.EAttribute OPERATION__NAME
      The meta object literal for the 'Name' attribute feature.
    • OPERATION__DOCUMENTATION

      static final org.eclipse.emf.ecore.EAttribute OPERATION__DOCUMENTATION
      The meta object literal for the 'Documentation' attribute feature.
    • OPERATION__RET_VAL_NILLABLE

      static final org.eclipse.emf.ecore.EAttribute OPERATION__RET_VAL_NILLABLE
      The meta object literal for the 'Ret Val Nillable' attribute feature.
    • OPERATION__RET_VAL_DOC

      static final org.eclipse.emf.ecore.EAttribute OPERATION__RET_VAL_DOC
      The meta object literal for the 'Ret Val Doc' attribute feature.
    • OPERATION__RET_VAL_TYPE

      static final org.eclipse.emf.ecore.EReference OPERATION__RET_VAL_TYPE
      The meta object literal for the 'Ret Val Type' containment reference feature.
    • OPERATION__PARAMETERS

      static final org.eclipse.emf.ecore.EReference OPERATION__PARAMETERS
      The meta object literal for the 'Parameters' containment reference list feature.
    • PARAMETER

      static final org.eclipse.emf.ecore.EClass PARAMETER
      The meta object literal for the 'Parameter' class.
      See Also:
    • PARAMETER__NAME

      static final org.eclipse.emf.ecore.EAttribute PARAMETER__NAME
      The meta object literal for the 'Name' attribute feature.
    • PARAMETER__TYPE

      static final org.eclipse.emf.ecore.EReference PARAMETER__TYPE
      The meta object literal for the 'Type' containment reference feature.
    • PARAMETER__DIRECTION

      static final org.eclipse.emf.ecore.EAttribute PARAMETER__DIRECTION
      The meta object literal for the 'Direction' attribute feature.
    • PARAMETER__NILLABLE

      static final org.eclipse.emf.ecore.EAttribute PARAMETER__NILLABLE
      The meta object literal for the 'Nillable' attribute feature.
    • PARAMETER__DOCUMENTATION

      static final org.eclipse.emf.ecore.EAttribute PARAMETER__DOCUMENTATION
      The meta object literal for the 'Documentation' attribute feature.
    • DIRECTION

      static final org.eclipse.emf.ecore.EEnum DIRECTION
      The meta object literal for the 'Direction' enum.
      See Also:
    • NC_NAME

      static final org.eclipse.emf.ecore.EDataType NC_NAME
      The meta object literal for the 'NC Name' data type.
      See Also: