com.ibm.websphere.models.extensions.cmmejbext
Interface CmmejbextPackage

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:
CmmejbextPackageImpl

public interface CmmejbextPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

Deployment descriptor EJB jar level configuration settings for the WBI Extended Messaging (aka Container Managed Messaging) extension (ibm-ejb-jar-ext-wbi.xmi).

See Also:
CmmejbextFactory

Nested Class Summary
static interface CmmejbextPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int CMMEJB_JAR_EXTENSION
          The meta object id for the 'CMMEJB Jar Extension' class
static int CMMEJB_JAR_EXTENSION__CMM_EJB_METHOD_POLICIES
          The feature id for the 'Cmm EJB Method Policies' containment reference list
static int CMMEJB_JAR_EXTENSION__EJB_JAR_EXTENSION
          The feature id for the 'Ejb Jar Extension' reference
static int CMMEJB_JAR_EXTENSION_FEATURE_COUNT
          The number of structural features of the 'CMMEJB Jar Extension' class
static int CMMEJB_METHOD_POLICY
          The meta object id for the 'CMMEJB Method Policy' class
static int CMMEJB_METHOD_POLICY__DESCRIPTION
          The feature id for the 'Description' attribute
static int CMMEJB_METHOD_POLICY__HANDLE_LATE_REPLIES
          The feature id for the 'Handle Late Replies' attribute
static int CMMEJB_METHOD_POLICY__LATE_REPLY_HANDLER_LISTENER_PORT_NAME
          The feature id for the 'Late Reply Handler Listener Port Name' attribute
static int CMMEJB_METHOD_POLICY__MESSAGE_SELECTOR
          The feature id for the 'Message Selector' attribute
static int CMMEJB_METHOD_POLICY__METHOD_ELEMENTS
          The feature id for the 'Method Elements' containment reference list
static int CMMEJB_METHOD_POLICY__NAME
          The feature id for the 'Name' attribute
static int CMMEJB_METHOD_POLICY__REPLY_TIMEOUT
          The feature id for the 'Reply Timeout' attribute
static int CMMEJB_METHOD_POLICY_FEATURE_COUNT
          The number of structural features of the 'CMMEJB Method Policy' class
static CmmejbextPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
 
Method Summary
 CmmejbextFactory getCmmejbextFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getCMMEJBJarExtension_CmmEJBMethodPolicies()
          Returns the meta object for the containment reference list 'Cmm EJB Method Policies'
 org.eclipse.emf.ecore.EReference getCMMEJBJarExtension_EjbJarExtension()
          Returns the meta object for the reference 'Ejb Jar Extension'
 org.eclipse.emf.ecore.EClass getCMMEJBJarExtension()
          Returns the meta object for class 'CMMEJB Jar Extension'
 org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_HandleLateReplies()
          Returns the meta object for the attribute 'Handle Late Replies'
 org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_LateReplyHandlerListenerPortName()
          Returns the meta object for the attribute 'Late Reply Handler Listener Port Name'
 org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_MessageSelector()
          Returns the meta object for the attribute 'Message Selector'
 org.eclipse.emf.ecore.EReference getCMMEJBMethodPolicy_MethodElements()
          Returns the meta object for the containment reference list 'Method Elements'
 org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_ReplyTimeout()
          Returns the meta object for the attribute 'Reply Timeout'
 org.eclipse.emf.ecore.EClass getCMMEJBMethodPolicy()
          Returns the meta object for class 'CMMEJB Method Policy'
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final CmmejbextPackage eINSTANCE
The singleton instance of the package.


CMMEJB_JAR_EXTENSION

static final int CMMEJB_JAR_EXTENSION
The meta object id for the 'CMMEJB Jar Extension' class.

See Also:
CMMEJBJarExtensionImpl, CmmejbextPackageImpl.getCMMEJBJarExtension(), Constant Field Values

CMMEJB_JAR_EXTENSION__EJB_JAR_EXTENSION

static final int CMMEJB_JAR_EXTENSION__EJB_JAR_EXTENSION
The feature id for the 'Ejb Jar Extension' reference.

See Also:
Constant Field Values

CMMEJB_JAR_EXTENSION__CMM_EJB_METHOD_POLICIES

static final int CMMEJB_JAR_EXTENSION__CMM_EJB_METHOD_POLICIES
The feature id for the 'Cmm EJB Method Policies' containment reference list.

See Also:
Constant Field Values

CMMEJB_JAR_EXTENSION_FEATURE_COUNT

static final int CMMEJB_JAR_EXTENSION_FEATURE_COUNT
The number of structural features of the 'CMMEJB Jar Extension' class.

See Also:
Constant Field Values

CMMEJB_METHOD_POLICY

static final int CMMEJB_METHOD_POLICY
The meta object id for the 'CMMEJB Method Policy' class.

See Also:
CMMEJBMethodPolicyImpl, CmmejbextPackageImpl.getCMMEJBMethodPolicy(), Constant Field Values

CMMEJB_METHOD_POLICY__NAME

static final int CMMEJB_METHOD_POLICY__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

CMMEJB_METHOD_POLICY__DESCRIPTION

static final int CMMEJB_METHOD_POLICY__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

CMMEJB_METHOD_POLICY__REPLY_TIMEOUT

static final int CMMEJB_METHOD_POLICY__REPLY_TIMEOUT
The feature id for the 'Reply Timeout' attribute.

See Also:
Constant Field Values

CMMEJB_METHOD_POLICY__MESSAGE_SELECTOR

static final int CMMEJB_METHOD_POLICY__MESSAGE_SELECTOR
The feature id for the 'Message Selector' attribute.

See Also:
Constant Field Values

CMMEJB_METHOD_POLICY__HANDLE_LATE_REPLIES

static final int CMMEJB_METHOD_POLICY__HANDLE_LATE_REPLIES
The feature id for the 'Handle Late Replies' attribute.

See Also:
Constant Field Values

CMMEJB_METHOD_POLICY__LATE_REPLY_HANDLER_LISTENER_PORT_NAME

static final int CMMEJB_METHOD_POLICY__LATE_REPLY_HANDLER_LISTENER_PORT_NAME
The feature id for the 'Late Reply Handler Listener Port Name' attribute.

See Also:
Constant Field Values

CMMEJB_METHOD_POLICY__METHOD_ELEMENTS

static final int CMMEJB_METHOD_POLICY__METHOD_ELEMENTS
The feature id for the 'Method Elements' containment reference list.

See Also:
Constant Field Values

CMMEJB_METHOD_POLICY_FEATURE_COUNT

static final int CMMEJB_METHOD_POLICY_FEATURE_COUNT
The number of structural features of the 'CMMEJB Method Policy' class.

See Also:
Constant Field Values
Method Detail

getCMMEJBJarExtension

org.eclipse.emf.ecore.EClass getCMMEJBJarExtension()
Returns the meta object for class 'CMMEJB Jar Extension'.

Returns:
the meta object for class 'CMMEJB Jar Extension'.
See Also:
CMMEJBJarExtension

getCMMEJBJarExtension_EjbJarExtension

org.eclipse.emf.ecore.EReference getCMMEJBJarExtension_EjbJarExtension()
Returns the meta object for the reference 'Ejb Jar Extension'.

Returns:
the meta object for the reference 'Ejb Jar Extension'.
See Also:
CMMEJBJarExtension.getEjbJarExtension(), getCMMEJBJarExtension()

getCMMEJBJarExtension_CmmEJBMethodPolicies

org.eclipse.emf.ecore.EReference getCMMEJBJarExtension_CmmEJBMethodPolicies()
Returns the meta object for the containment reference list 'Cmm EJB Method Policies'.

Returns:
the meta object for the containment reference list 'Cmm EJB Method Policies'.
See Also:
CMMEJBJarExtension.getCmmEJBMethodPolicies(), getCMMEJBJarExtension()

getCMMEJBMethodPolicy

org.eclipse.emf.ecore.EClass getCMMEJBMethodPolicy()
Returns the meta object for class 'CMMEJB Method Policy'.

Returns:
the meta object for class 'CMMEJB Method Policy'.
See Also:
CMMEJBMethodPolicy

getCMMEJBMethodPolicy_Name

org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
CMMEJBMethodPolicy.getName(), getCMMEJBMethodPolicy()

getCMMEJBMethodPolicy_Description

org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
CMMEJBMethodPolicy.getDescription(), getCMMEJBMethodPolicy()

getCMMEJBMethodPolicy_ReplyTimeout

org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_ReplyTimeout()
Returns the meta object for the attribute 'Reply Timeout'.

Returns:
the meta object for the attribute 'Reply Timeout'.
See Also:
CMMEJBMethodPolicy.getReplyTimeout(), getCMMEJBMethodPolicy()

getCMMEJBMethodPolicy_MessageSelector

org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_MessageSelector()
Returns the meta object for the attribute 'Message Selector'.

Returns:
the meta object for the attribute 'Message Selector'.
See Also:
CMMEJBMethodPolicy.getMessageSelector(), getCMMEJBMethodPolicy()

getCMMEJBMethodPolicy_HandleLateReplies

org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_HandleLateReplies()
Returns the meta object for the attribute 'Handle Late Replies'.

Returns:
the meta object for the attribute 'Handle Late Replies'.
See Also:
CMMEJBMethodPolicy.isHandleLateReplies(), getCMMEJBMethodPolicy()

getCMMEJBMethodPolicy_LateReplyHandlerListenerPortName

org.eclipse.emf.ecore.EAttribute getCMMEJBMethodPolicy_LateReplyHandlerListenerPortName()
Returns the meta object for the attribute 'Late Reply Handler Listener Port Name'.

Returns:
the meta object for the attribute 'Late Reply Handler Listener Port Name'.
See Also:
CMMEJBMethodPolicy.getLateReplyHandlerListenerPortName(), getCMMEJBMethodPolicy()

getCMMEJBMethodPolicy_MethodElements

org.eclipse.emf.ecore.EReference getCMMEJBMethodPolicy_MethodElements()
Returns the meta object for the containment reference list 'Method Elements'.

Returns:
the meta object for the containment reference list 'Method Elements'.
See Also:
CMMEJBMethodPolicy.getMethodElements(), getCMMEJBMethodPolicy()

getCmmejbextFactory

CmmejbextFactory getCmmejbextFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.