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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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 int
DIRECTION
The meta object id for the 'Direction
' enum.static WsDefinitionsPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static int
ENDPOINT
The meta object id for the 'Endpoint
' class.static int
ENDPOINT__DOCUMENTATION
The feature id for the 'Documentation' attribute.static int
ENDPOINT__NAME
The feature id for the 'Name' attribute.static int
ENDPOINT__OPERATIONS
The feature id for the 'Operations' containment reference list.static int
ENDPOINT__SOAP
The feature id for the 'Soap' attribute.static int
ENDPOINT_FEATURE_COUNT
The number of structural features of the 'Endpoint' class.static int
ENDPOINT_OPERATION_COUNT
The number of operations of the 'Endpoint' class.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
NC_NAME
The meta object id for the 'NC Name' data type.static int
OPERATION
The meta object id for the 'Operation
' class.static int
OPERATION__DOCUMENTATION
The feature id for the 'Documentation' attribute.static int
OPERATION__NAME
The feature id for the 'Name' attribute.static int
OPERATION__PARAMETERS
The feature id for the 'Parameters' containment reference list.static int
OPERATION__RET_VAL_DOC
The feature id for the 'Ret Val Doc' attribute.static int
OPERATION__RET_VAL_NILLABLE
The feature id for the 'Ret Val Nillable' attribute.static int
OPERATION__RET_VAL_TYPE
The feature id for the 'Ret Val Type' containment reference.static int
OPERATION_FEATURE_COUNT
The number of structural features of the 'Operation' class.static int
OPERATION_OPERATION_COUNT
The number of operations of the 'Operation' class.static int
PARAMETER
The meta object id for the 'Parameter
' class.static int
PARAMETER__DIRECTION
The feature id for the 'Direction' attribute.static int
PARAMETER__DOCUMENTATION
The feature id for the 'Documentation' attribute.static int
PARAMETER__NAME
The feature id for the 'Name' attribute.static int
PARAMETER__NILLABLE
The feature id for the 'Nillable' attribute.static int
PARAMETER__TYPE
The feature id for the 'Type' containment reference.static int
PARAMETER_FEATURE_COUNT
The number of structural features of the 'Parameter' class.static int
PARAMETER_OPERATION_COUNT
The number of operations of the 'Parameter' class.static int
SERVICE
The meta object id for the 'Service
' class.static int
SERVICE__DOCUMENTATION
The feature id for the 'Documentation' attribute.static int
SERVICE__ENDPOINTS
The feature id for the 'Endpoints' containment reference list.static int
SERVICE__NAME
The feature id for the 'Name' attribute.static int
SERVICE__NAMESPACE
The feature id for the 'Namespace' attribute.static int
SERVICE_FEATURE_COUNT
The number of structural features of the 'Service' class.static int
SERVICE_OPERATION_COUNT
The number of operations of the 'Service' class.static int
WS_DEFINITIONS
The meta object id for the 'WS Definitions
' class.static int
WS_DEFINITIONS__DOCUMENTATION
The feature id for the 'Documentation' attribute.static int
WS_DEFINITIONS__MODEL
The feature id for the 'Model' containment reference.static int
WS_DEFINITIONS__SERVICES
The feature id for the 'Services' containment reference list.static int
WS_DEFINITIONS_FEATURE_COUNT
The number of structural features of the 'WS Definitions' class.static int
WS_DEFINITIONS_OPERATION_COUNT
The number of operations of the 'WS Definitions' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EEnum
getDirection()
Returns the meta object for enum 'Direction
'.org.eclipse.emf.ecore.EClass
getEndpoint()
Returns the meta object for class 'Endpoint
'.org.eclipse.emf.ecore.EAttribute
getEndpoint_Documentation()
Returns the meta object for the attribute 'Documentation
'.org.eclipse.emf.ecore.EAttribute
getEndpoint_Name()
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EReference
getEndpoint_Operations()
Returns the meta object for the containment reference list 'Operations
'.org.eclipse.emf.ecore.EAttribute
getEndpoint_Soap()
Returns the meta object for the attribute 'Soap
'.org.eclipse.emf.ecore.EDataType
getNCName()
Returns the meta object for data type 'NC Name
'.org.eclipse.emf.ecore.EClass
getOperation()
Returns the meta object for class 'Operation
'.org.eclipse.emf.ecore.EAttribute
getOperation_Documentation()
Returns the meta object for the attribute 'Documentation
'.org.eclipse.emf.ecore.EAttribute
getOperation_Name()
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EReference
getOperation_Parameters()
Returns the meta object for the containment reference list 'Parameters
'.org.eclipse.emf.ecore.EAttribute
getOperation_RetValDoc()
Returns the meta object for the attribute 'Ret Val Doc
'.org.eclipse.emf.ecore.EAttribute
getOperation_RetValNillable()
Returns the meta object for the attribute 'Ret Val Nillable
'.org.eclipse.emf.ecore.EReference
getOperation_RetValType()
Returns the meta object for the containment reference 'Ret Val Type
'.org.eclipse.emf.ecore.EClass
getParameter()
Returns the meta object for class 'Parameter
'.org.eclipse.emf.ecore.EAttribute
getParameter_Direction()
Returns the meta object for the attribute 'Direction
'.org.eclipse.emf.ecore.EAttribute
getParameter_Documentation()
Returns the meta object for the attribute 'Documentation
'.org.eclipse.emf.ecore.EAttribute
getParameter_Name()
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EAttribute
getParameter_Nillable()
Returns the meta object for the attribute 'Nillable
'.org.eclipse.emf.ecore.EReference
getParameter_Type()
Returns the meta object for the containment reference 'Type
'.org.eclipse.emf.ecore.EClass
getService()
Returns the meta object for class 'Service
'.org.eclipse.emf.ecore.EAttribute
getService_Documentation()
Returns the meta object for the attribute 'Documentation
'.org.eclipse.emf.ecore.EReference
getService_Endpoints()
Returns the meta object for the containment reference list 'Endpoints
'.org.eclipse.emf.ecore.EAttribute
getService_Name()
Returns the meta object for the attribute 'Name
'.org.eclipse.emf.ecore.EAttribute
getService_Namespace()
Returns the meta object for the attribute 'Namespace
'.org.eclipse.emf.ecore.EClass
getWSDefinitions()
Returns the meta object for class 'WS Definitions
'.org.eclipse.emf.ecore.EAttribute
getWSDefinitions_Documentation()
Returns the meta object for the attribute 'Documentation
'.org.eclipse.emf.ecore.EReference
getWSDefinitions_Model()
Returns the meta object for the containment reference 'Model
'.org.eclipse.emf.ecore.EReference
getWSDefinitions_Services()
Returns the meta object for the containment reference list 'Services
'.WsDefinitionsFactory
getWsDefinitionsFactory()
Returns the factory that creates the instances of the model.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
-
eINSTANCE
static final WsDefinitionsPackage eINSTANCE
The singleton instance of the package.
-
WS_DEFINITIONS
static final int WS_DEFINITIONS
The meta object id for the 'WS Definitions
' class.
-
WS_DEFINITIONS__MODEL
static final int WS_DEFINITIONS__MODEL
The feature id for the 'Model' containment reference.- See Also:
- Constant Field Values
-
WS_DEFINITIONS__SERVICES
static final int WS_DEFINITIONS__SERVICES
The feature id for the 'Services' containment reference list.- See Also:
- Constant Field Values
-
WS_DEFINITIONS__DOCUMENTATION
static final int WS_DEFINITIONS__DOCUMENTATION
The feature id for the 'Documentation' attribute.- See Also:
- Constant Field Values
-
WS_DEFINITIONS_FEATURE_COUNT
static final int WS_DEFINITIONS_FEATURE_COUNT
The number of structural features of the 'WS Definitions' class.- See Also:
- Constant Field Values
-
WS_DEFINITIONS_OPERATION_COUNT
static final int WS_DEFINITIONS_OPERATION_COUNT
The number of operations of the 'WS Definitions' class.- See Also:
- Constant Field Values
-
SERVICE
static final int SERVICE
The meta object id for the 'Service
' class.
-
SERVICE__NAMESPACE
static final int SERVICE__NAMESPACE
The feature id for the 'Namespace' attribute.- See Also:
- Constant Field Values
-
SERVICE__NAME
static final int SERVICE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
SERVICE__ENDPOINTS
static final int SERVICE__ENDPOINTS
The feature id for the 'Endpoints' containment reference list.- See Also:
- Constant Field Values
-
SERVICE__DOCUMENTATION
static final int SERVICE__DOCUMENTATION
The feature id for the 'Documentation' attribute.- See Also:
- Constant Field Values
-
SERVICE_FEATURE_COUNT
static final int SERVICE_FEATURE_COUNT
The number of structural features of the 'Service' class.- See Also:
- Constant Field Values
-
SERVICE_OPERATION_COUNT
static final int SERVICE_OPERATION_COUNT
The number of operations of the 'Service' class.- See Also:
- Constant Field Values
-
ENDPOINT
static final int ENDPOINT
The meta object id for the 'Endpoint
' class.
-
ENDPOINT__NAME
static final int ENDPOINT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
ENDPOINT__OPERATIONS
static final int ENDPOINT__OPERATIONS
The feature id for the 'Operations' containment reference list.- See Also:
- Constant Field Values
-
ENDPOINT__DOCUMENTATION
static final int ENDPOINT__DOCUMENTATION
The feature id for the 'Documentation' attribute.- See Also:
- Constant Field Values
-
ENDPOINT__SOAP
static final int ENDPOINT__SOAP
The feature id for the 'Soap' attribute.- See Also:
- Constant Field Values
-
ENDPOINT_FEATURE_COUNT
static final int ENDPOINT_FEATURE_COUNT
The number of structural features of the 'Endpoint' class.- See Also:
- Constant Field Values
-
ENDPOINT_OPERATION_COUNT
static final int ENDPOINT_OPERATION_COUNT
The number of operations of the 'Endpoint' class.- See Also:
- Constant Field Values
-
OPERATION
static final int OPERATION
The meta object id for the 'Operation
' class.
-
OPERATION__NAME
static final int OPERATION__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
OPERATION__DOCUMENTATION
static final int OPERATION__DOCUMENTATION
The feature id for the 'Documentation' attribute.- See Also:
- Constant Field Values
-
OPERATION__RET_VAL_NILLABLE
static final int OPERATION__RET_VAL_NILLABLE
The feature id for the 'Ret Val Nillable' attribute.- See Also:
- Constant Field Values
-
OPERATION__RET_VAL_DOC
static final int OPERATION__RET_VAL_DOC
The feature id for the 'Ret Val Doc' attribute.- See Also:
- Constant Field Values
-
OPERATION__RET_VAL_TYPE
static final int OPERATION__RET_VAL_TYPE
The feature id for the 'Ret Val Type' containment reference.- See Also:
- Constant Field Values
-
OPERATION__PARAMETERS
static final int OPERATION__PARAMETERS
The feature id for the 'Parameters' containment reference list.- See Also:
- Constant Field Values
-
OPERATION_FEATURE_COUNT
static final int OPERATION_FEATURE_COUNT
The number of structural features of the 'Operation' class.- See Also:
- Constant Field Values
-
OPERATION_OPERATION_COUNT
static final int OPERATION_OPERATION_COUNT
The number of operations of the 'Operation' class.- See Also:
- Constant Field Values
-
PARAMETER
static final int PARAMETER
The meta object id for the 'Parameter
' class.
-
PARAMETER__NAME
static final int PARAMETER__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
-
PARAMETER__TYPE
static final int PARAMETER__TYPE
The feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
-
PARAMETER__DIRECTION
static final int PARAMETER__DIRECTION
The feature id for the 'Direction' attribute.- See Also:
- Constant Field Values
-
PARAMETER__NILLABLE
static final int PARAMETER__NILLABLE
The feature id for the 'Nillable' attribute.- See Also:
- Constant Field Values
-
PARAMETER__DOCUMENTATION
static final int PARAMETER__DOCUMENTATION
The feature id for the 'Documentation' attribute.- See Also:
- Constant Field Values
-
PARAMETER_FEATURE_COUNT
static final int PARAMETER_FEATURE_COUNT
The number of structural features of the 'Parameter' class.- See Also:
- Constant Field Values
-
PARAMETER_OPERATION_COUNT
static final int PARAMETER_OPERATION_COUNT
The number of operations of the 'Parameter' class.- See Also:
- Constant Field Values
-
DIRECTION
static final int DIRECTION
The meta object id for the 'Direction
' enum.
-
NC_NAME
static final int NC_NAME
The meta object id for the 'NC Name' data type.
-
-
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()
-
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:
WSDefinitions.getDocumentation()
,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_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:
Endpoint.getDocumentation()
,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_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:
Operation.getDocumentation()
,getOperation()
-
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:
Operation.isRetValNillable()
,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()
-
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:
Parameter.getDocumentation()
,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.
-
-