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.EPackageThe 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 SummaryNested Classes Modifier and Type Interface Description static interfaceWsDefinitionsPackage.LiteralsDefines 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 SummaryFields Modifier and Type Field Description static intDIRECTIONThe meta object id for the 'Direction' enum.static WsDefinitionsPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static intENDPOINTThe meta object id for the 'Endpoint' class.static intENDPOINT__DOCUMENTATIONThe feature id for the 'Documentation' attribute.static intENDPOINT__NAMEThe feature id for the 'Name' attribute.static intENDPOINT__OPERATIONSThe feature id for the 'Operations' containment reference list.static intENDPOINT__SOAPThe feature id for the 'Soap' attribute.static intENDPOINT_FEATURE_COUNTThe number of structural features of the 'Endpoint' class.static intENDPOINT_OPERATION_COUNTThe number of operations of the 'Endpoint' class.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intNC_NAMEThe meta object id for the 'NC Name' data type.static intOPERATIONThe meta object id for the 'Operation' class.static intOPERATION__DOCUMENTATIONThe feature id for the 'Documentation' attribute.static intOPERATION__NAMEThe feature id for the 'Name' attribute.static intOPERATION__PARAMETERSThe feature id for the 'Parameters' containment reference list.static intOPERATION__RET_VAL_DOCThe feature id for the 'Ret Val Doc' attribute.static intOPERATION__RET_VAL_NILLABLEThe feature id for the 'Ret Val Nillable' attribute.static intOPERATION__RET_VAL_TYPEThe feature id for the 'Ret Val Type' containment reference.static intOPERATION_FEATURE_COUNTThe number of structural features of the 'Operation' class.static intOPERATION_OPERATION_COUNTThe number of operations of the 'Operation' class.static intPARAMETERThe meta object id for the 'Parameter' class.static intPARAMETER__DIRECTIONThe feature id for the 'Direction' attribute.static intPARAMETER__DOCUMENTATIONThe feature id for the 'Documentation' attribute.static intPARAMETER__NAMEThe feature id for the 'Name' attribute.static intPARAMETER__NILLABLEThe feature id for the 'Nillable' attribute.static intPARAMETER__TYPEThe feature id for the 'Type' containment reference.static intPARAMETER_FEATURE_COUNTThe number of structural features of the 'Parameter' class.static intPARAMETER_OPERATION_COUNTThe number of operations of the 'Parameter' class.static intSERVICEThe meta object id for the 'Service' class.static intSERVICE__DOCUMENTATIONThe feature id for the 'Documentation' attribute.static intSERVICE__ENDPOINTSThe feature id for the 'Endpoints' containment reference list.static intSERVICE__NAMEThe feature id for the 'Name' attribute.static intSERVICE__NAMESPACEThe feature id for the 'Namespace' attribute.static intSERVICE_FEATURE_COUNTThe number of structural features of the 'Service' class.static intSERVICE_OPERATION_COUNTThe number of operations of the 'Service' class.static intWS_DEFINITIONSThe meta object id for the 'WS Definitions' class.static intWS_DEFINITIONS__DOCUMENTATIONThe feature id for the 'Documentation' attribute.static intWS_DEFINITIONS__MODELThe feature id for the 'Model' containment reference.static intWS_DEFINITIONS__SERVICESThe feature id for the 'Services' containment reference list.static intWS_DEFINITIONS_FEATURE_COUNTThe number of structural features of the 'WS Definitions' class.static intWS_DEFINITIONS_OPERATION_COUNTThe number of operations of the 'WS Definitions' class.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EEnumgetDirection()Returns the meta object for enum 'Direction'.org.eclipse.emf.ecore.EClassgetEndpoint()Returns the meta object for class 'Endpoint'.org.eclipse.emf.ecore.EAttributegetEndpoint_Documentation()Returns the meta object for the attribute 'Documentation'.org.eclipse.emf.ecore.EAttributegetEndpoint_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EReferencegetEndpoint_Operations()Returns the meta object for the containment reference list 'Operations'.org.eclipse.emf.ecore.EAttributegetEndpoint_Soap()Returns the meta object for the attribute 'Soap'.org.eclipse.emf.ecore.EDataTypegetNCName()Returns the meta object for data type 'NC Name'.org.eclipse.emf.ecore.EClassgetOperation()Returns the meta object for class 'Operation'.org.eclipse.emf.ecore.EAttributegetOperation_Documentation()Returns the meta object for the attribute 'Documentation'.org.eclipse.emf.ecore.EAttributegetOperation_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EReferencegetOperation_Parameters()Returns the meta object for the containment reference list 'Parameters'.org.eclipse.emf.ecore.EAttributegetOperation_RetValDoc()Returns the meta object for the attribute 'Ret Val Doc'.org.eclipse.emf.ecore.EAttributegetOperation_RetValNillable()Returns the meta object for the attribute 'Ret Val Nillable'.org.eclipse.emf.ecore.EReferencegetOperation_RetValType()Returns the meta object for the containment reference 'Ret Val Type'.org.eclipse.emf.ecore.EClassgetParameter()Returns the meta object for class 'Parameter'.org.eclipse.emf.ecore.EAttributegetParameter_Direction()Returns the meta object for the attribute 'Direction'.org.eclipse.emf.ecore.EAttributegetParameter_Documentation()Returns the meta object for the attribute 'Documentation'.org.eclipse.emf.ecore.EAttributegetParameter_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EAttributegetParameter_Nillable()Returns the meta object for the attribute 'Nillable'.org.eclipse.emf.ecore.EReferencegetParameter_Type()Returns the meta object for the containment reference 'Type'.org.eclipse.emf.ecore.EClassgetService()Returns the meta object for class 'Service'.org.eclipse.emf.ecore.EAttributegetService_Documentation()Returns the meta object for the attribute 'Documentation'.org.eclipse.emf.ecore.EReferencegetService_Endpoints()Returns the meta object for the containment reference list 'Endpoints'.org.eclipse.emf.ecore.EAttributegetService_Name()Returns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EAttributegetService_Namespace()Returns the meta object for the attribute 'Namespace'.org.eclipse.emf.ecore.EClassgetWSDefinitions()Returns the meta object for class 'WS Definitions'.org.eclipse.emf.ecore.EAttributegetWSDefinitions_Documentation()Returns the meta object for the attribute 'Documentation'.org.eclipse.emf.ecore.EReferencegetWSDefinitions_Model()Returns the meta object for the containment reference 'Model'.org.eclipse.emf.ecore.EReferencegetWSDefinitions_Services()Returns the meta object for the containment reference list 'Services'.WsDefinitionsFactorygetWsDefinitionsFactory()Returns the factory that creates the instances of the model.- 
Methods inherited from interface org.eclipse.emf.ecore.EModelElementgetEAnnotation, getEAnnotations
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
- 
 
- 
- 
- 
Field Detail- 
eNAMEstatic final String eNAME The package name.- See Also:
- Constant Field Values
 
 - 
eNS_URIstatic final String eNS_URI The package namespace URI.- See Also:
- Constant Field Values
 
 - 
eNS_PREFIXstatic final String eNS_PREFIX The package namespace name.- See Also:
- Constant Field Values
 
 - 
eINSTANCEstatic final WsDefinitionsPackage eINSTANCE The singleton instance of the package.
 - 
WS_DEFINITIONSstatic final int WS_DEFINITIONS The meta object id for the 'WS Definitions' class.
 - 
WS_DEFINITIONS__MODELstatic final int WS_DEFINITIONS__MODEL The feature id for the 'Model' containment reference.- See Also:
- Constant Field Values
 
 - 
WS_DEFINITIONS__SERVICESstatic final int WS_DEFINITIONS__SERVICES The feature id for the 'Services' containment reference list.- See Also:
- Constant Field Values
 
 - 
WS_DEFINITIONS__DOCUMENTATIONstatic final int WS_DEFINITIONS__DOCUMENTATION The feature id for the 'Documentation' attribute.- See Also:
- Constant Field Values
 
 - 
WS_DEFINITIONS_FEATURE_COUNTstatic final int WS_DEFINITIONS_FEATURE_COUNT The number of structural features of the 'WS Definitions' class.- See Also:
- Constant Field Values
 
 - 
WS_DEFINITIONS_OPERATION_COUNTstatic final int WS_DEFINITIONS_OPERATION_COUNT The number of operations of the 'WS Definitions' class.- See Also:
- Constant Field Values
 
 - 
SERVICEstatic final int SERVICE The meta object id for the 'Service' class.
 - 
SERVICE__NAMESPACEstatic final int SERVICE__NAMESPACE The feature id for the 'Namespace' attribute.- See Also:
- Constant Field Values
 
 - 
SERVICE__NAMEstatic final int SERVICE__NAME The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
 
 - 
SERVICE__ENDPOINTSstatic final int SERVICE__ENDPOINTS The feature id for the 'Endpoints' containment reference list.- See Also:
- Constant Field Values
 
 - 
SERVICE__DOCUMENTATIONstatic final int SERVICE__DOCUMENTATION The feature id for the 'Documentation' attribute.- See Also:
- Constant Field Values
 
 - 
SERVICE_FEATURE_COUNTstatic final int SERVICE_FEATURE_COUNT The number of structural features of the 'Service' class.- See Also:
- Constant Field Values
 
 - 
SERVICE_OPERATION_COUNTstatic final int SERVICE_OPERATION_COUNT The number of operations of the 'Service' class.- See Also:
- Constant Field Values
 
 - 
ENDPOINTstatic final int ENDPOINT The meta object id for the 'Endpoint' class.
 - 
ENDPOINT__NAMEstatic final int ENDPOINT__NAME The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
 
 - 
ENDPOINT__OPERATIONSstatic final int ENDPOINT__OPERATIONS The feature id for the 'Operations' containment reference list.- See Also:
- Constant Field Values
 
 - 
ENDPOINT__DOCUMENTATIONstatic final int ENDPOINT__DOCUMENTATION The feature id for the 'Documentation' attribute.- See Also:
- Constant Field Values
 
 - 
ENDPOINT__SOAPstatic final int ENDPOINT__SOAP The feature id for the 'Soap' attribute.- See Also:
- Constant Field Values
 
 - 
ENDPOINT_FEATURE_COUNTstatic final int ENDPOINT_FEATURE_COUNT The number of structural features of the 'Endpoint' class.- See Also:
- Constant Field Values
 
 - 
ENDPOINT_OPERATION_COUNTstatic final int ENDPOINT_OPERATION_COUNT The number of operations of the 'Endpoint' class.- See Also:
- Constant Field Values
 
 - 
OPERATIONstatic final int OPERATION The meta object id for the 'Operation' class.
 - 
OPERATION__NAMEstatic final int OPERATION__NAME The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
 
 - 
OPERATION__DOCUMENTATIONstatic final int OPERATION__DOCUMENTATION The feature id for the 'Documentation' attribute.- See Also:
- Constant Field Values
 
 - 
OPERATION__RET_VAL_NILLABLEstatic final int OPERATION__RET_VAL_NILLABLE The feature id for the 'Ret Val Nillable' attribute.- See Also:
- Constant Field Values
 
 - 
OPERATION__RET_VAL_DOCstatic final int OPERATION__RET_VAL_DOC The feature id for the 'Ret Val Doc' attribute.- See Also:
- Constant Field Values
 
 - 
OPERATION__RET_VAL_TYPEstatic final int OPERATION__RET_VAL_TYPE The feature id for the 'Ret Val Type' containment reference.- See Also:
- Constant Field Values
 
 - 
OPERATION__PARAMETERSstatic final int OPERATION__PARAMETERS The feature id for the 'Parameters' containment reference list.- See Also:
- Constant Field Values
 
 - 
OPERATION_FEATURE_COUNTstatic final int OPERATION_FEATURE_COUNT The number of structural features of the 'Operation' class.- See Also:
- Constant Field Values
 
 - 
OPERATION_OPERATION_COUNTstatic final int OPERATION_OPERATION_COUNT The number of operations of the 'Operation' class.- See Also:
- Constant Field Values
 
 - 
PARAMETERstatic final int PARAMETER The meta object id for the 'Parameter' class.
 - 
PARAMETER__NAMEstatic final int PARAMETER__NAME The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
 
 - 
PARAMETER__TYPEstatic final int PARAMETER__TYPE The feature id for the 'Type' containment reference.- See Also:
- Constant Field Values
 
 - 
PARAMETER__DIRECTIONstatic final int PARAMETER__DIRECTION The feature id for the 'Direction' attribute.- See Also:
- Constant Field Values
 
 - 
PARAMETER__NILLABLEstatic final int PARAMETER__NILLABLE The feature id for the 'Nillable' attribute.- See Also:
- Constant Field Values
 
 - 
PARAMETER__DOCUMENTATIONstatic final int PARAMETER__DOCUMENTATION The feature id for the 'Documentation' attribute.- See Also:
- Constant Field Values
 
 - 
PARAMETER_FEATURE_COUNTstatic final int PARAMETER_FEATURE_COUNT The number of structural features of the 'Parameter' class.- See Also:
- Constant Field Values
 
 - 
PARAMETER_OPERATION_COUNTstatic final int PARAMETER_OPERATION_COUNT The number of operations of the 'Parameter' class.- See Also:
- Constant Field Values
 
 - 
DIRECTIONstatic final int DIRECTION The meta object id for the 'Direction' enum.
 - 
NC_NAMEstatic final int NC_NAME The meta object id for the 'NC Name' data type.
 
- 
 - 
Method Detail- 
getWSDefinitionsorg.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_Modelorg.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_Servicesorg.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_Documentationorg.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()
 
 - 
getServiceorg.eclipse.emf.ecore.EClass getService() Returns the meta object for class 'Service'.- Returns:
- the meta object for class 'Service'.
- See Also:
- Service
 
 - 
getService_Namespaceorg.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_Nameorg.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_Endpointsorg.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_Documentationorg.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()
 
 - 
getEndpointorg.eclipse.emf.ecore.EClass getEndpoint() Returns the meta object for class 'Endpoint'.- Returns:
- the meta object for class 'Endpoint'.
- See Also:
- Endpoint
 
 - 
getEndpoint_Nameorg.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_Operationsorg.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_Documentationorg.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_Soaporg.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()
 
 - 
getOperationorg.eclipse.emf.ecore.EClass getOperation() Returns the meta object for class 'Operation'.- Returns:
- the meta object for class 'Operation'.
- See Also:
- Operation
 
 - 
getOperation_Nameorg.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_Documentationorg.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_RetValNillableorg.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_RetValDocorg.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_RetValTypeorg.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_Parametersorg.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()
 
 - 
getParameterorg.eclipse.emf.ecore.EClass getParameter() Returns the meta object for class 'Parameter'.- Returns:
- the meta object for class 'Parameter'.
- See Also:
- Parameter
 
 - 
getParameter_Nameorg.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_Typeorg.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_Directionorg.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_Nillableorg.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_Documentationorg.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()
 
 - 
getDirectionorg.eclipse.emf.ecore.EEnum getDirection() Returns the meta object for enum 'Direction'.- Returns:
- the meta object for enum 'Direction'.
- See Also:
- Direction
 
 - 
getNCNameorg.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
 
 - 
getWsDefinitionsFactoryWsDefinitionsFactory getWsDefinitionsFactory() Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
 
 
- 
 
-