com.ibm.websphere.models.extensions.bcdejbext
Interface BcdejbextPackage

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

public interface BcdejbextPackage
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 Core Business Contrext Data extension (ibm-ejb-jar-ext-core.xmi).

See Also:
BcdejbextFactory

Nested Class Summary
static interface BcdejbextPackage.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 BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION
          The meta object id for the 'Business Context Data EJB Jar Extension' class
static int BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION__BUSINESS_CONTEXT_DATA_METHODS
          The feature id for the 'Business Context Data Methods' containment reference list
static int BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION__EJB_JAR_EXTENSION
          The feature id for the 'Ejb Jar Extension' reference
static int BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION_FEATURE_COUNT
          The number of structural features of the 'Business Context Data EJB Jar Extension' class
static int BUSINESS_CONTEXT_DATA_METHOD_POLICY
          The meta object id for the 'Business Context Data Method Policy' class
static int BUSINESS_CONTEXT_DATA_METHOD_POLICY__BUSINESS_CONTEXT_ID
          The feature id for the 'Business Context ID' containment reference
static int BUSINESS_CONTEXT_DATA_METHOD_POLICY__BUSINESS_CONTEXT_PROPERTIES
          The feature id for the 'Business Context Properties' containment reference list
static int BUSINESS_CONTEXT_DATA_METHOD_POLICY__CONTEXT_TYPE
          The feature id for the 'Context Type' attribute
static int BUSINESS_CONTEXT_DATA_METHOD_POLICY__METHOD_ELEMENTS
          The feature id for the 'Method Elements' containment reference list
static int BUSINESS_CONTEXT_DATA_METHOD_POLICY_FEATURE_COUNT
          The number of structural features of the 'Business Context Data Method Policy' class
static int BUSINESS_CONTEXT_ID
          The meta object id for the 'Business Context ID' class
static int BUSINESS_CONTEXT_ID__DELIMITER
          The feature id for the 'Delimiter' attribute
static int BUSINESS_CONTEXT_ID__FIXED_VALUE
          The feature id for the 'Fixed Value' attribute
static int BUSINESS_CONTEXT_ID__PARAMETER
          The feature id for the 'Parameter' attribute
static int BUSINESS_CONTEXT_ID__TIMESTAMP
          The feature id for the 'Timestamp' attribute
static int BUSINESS_CONTEXT_ID_FEATURE_COUNT
          The number of structural features of the 'Business Context ID' class
static int BUSINESS_CONTEXT_PROPERTY
          The meta object id for the 'Business Context Property' class
static int BUSINESS_CONTEXT_PROPERTY__DELIMITER
          The feature id for the 'Delimiter' attribute
static int BUSINESS_CONTEXT_PROPERTY__FIXED_VALUE
          The feature id for the 'Fixed Value' attribute
static int BUSINESS_CONTEXT_PROPERTY__NAME
          The feature id for the 'Name' attribute
static int BUSINESS_CONTEXT_PROPERTY__PARAMETER
          The feature id for the 'Parameter' attribute
static int BUSINESS_CONTEXT_PROPERTY__TIMESTAMP
          The feature id for the 'Timestamp' attribute
static int BUSINESS_CONTEXT_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'Business Context Property' class
static BcdejbextPackage 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
 BcdejbextFactory getBcdejbextFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getBusinessContextDataEJBJarExtension_BusinessContextDataMethods()
          Returns the meta object for the containment reference list 'Business Context Data Methods'
 org.eclipse.emf.ecore.EReference getBusinessContextDataEJBJarExtension_EjbJarExtension()
          Returns the meta object for the reference 'Ejb Jar Extension'
 org.eclipse.emf.ecore.EClass getBusinessContextDataEJBJarExtension()
          Returns the meta object for class 'Business Context Data EJB Jar Extension'
 org.eclipse.emf.ecore.EReference getBusinessContextDataMethodPolicy_BusinessContextID()
          Returns the meta object for the containment reference 'Business Context ID'
 org.eclipse.emf.ecore.EReference getBusinessContextDataMethodPolicy_BusinessContextProperties()
          Returns the meta object for the containment reference list 'Business Context Properties'
 org.eclipse.emf.ecore.EAttribute getBusinessContextDataMethodPolicy_ContextType()
          Returns the meta object for the attribute 'Context Type'
 org.eclipse.emf.ecore.EReference getBusinessContextDataMethodPolicy_MethodElements()
          Returns the meta object for the containment reference list 'Method Elements'
 org.eclipse.emf.ecore.EClass getBusinessContextDataMethodPolicy()
          Returns the meta object for class 'Business Context Data Method Policy'
 org.eclipse.emf.ecore.EAttribute getBusinessContextID_Delimiter()
          Returns the meta object for the attribute 'Delimiter'
 org.eclipse.emf.ecore.EAttribute getBusinessContextID_FixedValue()
          Returns the meta object for the attribute 'Fixed Value'
 org.eclipse.emf.ecore.EAttribute getBusinessContextID_Parameter()
          Returns the meta object for the attribute 'Parameter'
 org.eclipse.emf.ecore.EAttribute getBusinessContextID_Timestamp()
          Returns the meta object for the attribute 'Timestamp'
 org.eclipse.emf.ecore.EClass getBusinessContextID()
          Returns the meta object for class 'Business Context ID'
 org.eclipse.emf.ecore.EAttribute getBusinessContextProperty_Delimiter()
          Returns the meta object for the attribute 'Delimiter'
 org.eclipse.emf.ecore.EAttribute getBusinessContextProperty_FixedValue()
          Returns the meta object for the attribute 'Fixed Value'
 org.eclipse.emf.ecore.EAttribute getBusinessContextProperty_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getBusinessContextProperty_Parameter()
          Returns the meta object for the attribute 'Parameter'
 org.eclipse.emf.ecore.EAttribute getBusinessContextProperty_Timestamp()
          Returns the meta object for the attribute 'Timestamp'
 org.eclipse.emf.ecore.EClass getBusinessContextProperty()
          Returns the meta object for class 'Business Context Property'
 
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 BcdejbextPackage eINSTANCE
The singleton instance of the package.


BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION

static final int BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION
The meta object id for the 'Business Context Data EJB Jar Extension' class.

See Also:
BusinessContextDataEJBJarExtensionImpl, BcdejbextPackageImpl.getBusinessContextDataEJBJarExtension(), Constant Field Values

BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION__BUSINESS_CONTEXT_DATA_METHODS

static final int BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION__BUSINESS_CONTEXT_DATA_METHODS
The feature id for the 'Business Context Data Methods' containment reference list.

See Also:
Constant Field Values

BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION__EJB_JAR_EXTENSION

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

See Also:
Constant Field Values

BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION_FEATURE_COUNT

static final int BUSINESS_CONTEXT_DATA_EJB_JAR_EXTENSION_FEATURE_COUNT
The number of structural features of the 'Business Context Data EJB Jar Extension' class.

See Also:
Constant Field Values

BUSINESS_CONTEXT_DATA_METHOD_POLICY

static final int BUSINESS_CONTEXT_DATA_METHOD_POLICY
The meta object id for the 'Business Context Data Method Policy' class.

See Also:
BusinessContextDataMethodPolicyImpl, BcdejbextPackageImpl.getBusinessContextDataMethodPolicy(), Constant Field Values

BUSINESS_CONTEXT_DATA_METHOD_POLICY__CONTEXT_TYPE

static final int BUSINESS_CONTEXT_DATA_METHOD_POLICY__CONTEXT_TYPE
The feature id for the 'Context Type' attribute.

See Also:
Constant Field Values

BUSINESS_CONTEXT_DATA_METHOD_POLICY__METHOD_ELEMENTS

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

See Also:
Constant Field Values

BUSINESS_CONTEXT_DATA_METHOD_POLICY__BUSINESS_CONTEXT_PROPERTIES

static final int BUSINESS_CONTEXT_DATA_METHOD_POLICY__BUSINESS_CONTEXT_PROPERTIES
The feature id for the 'Business Context Properties' containment reference list.

See Also:
Constant Field Values

BUSINESS_CONTEXT_DATA_METHOD_POLICY__BUSINESS_CONTEXT_ID

static final int BUSINESS_CONTEXT_DATA_METHOD_POLICY__BUSINESS_CONTEXT_ID
The feature id for the 'Business Context ID' containment reference.

See Also:
Constant Field Values

BUSINESS_CONTEXT_DATA_METHOD_POLICY_FEATURE_COUNT

static final int BUSINESS_CONTEXT_DATA_METHOD_POLICY_FEATURE_COUNT
The number of structural features of the 'Business Context Data Method Policy' class.

See Also:
Constant Field Values

BUSINESS_CONTEXT_PROPERTY

static final int BUSINESS_CONTEXT_PROPERTY
The meta object id for the 'Business Context Property' class.

See Also:
BusinessContextPropertyImpl, BcdejbextPackageImpl.getBusinessContextProperty(), Constant Field Values

BUSINESS_CONTEXT_PROPERTY__NAME

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

See Also:
Constant Field Values

BUSINESS_CONTEXT_PROPERTY__FIXED_VALUE

static final int BUSINESS_CONTEXT_PROPERTY__FIXED_VALUE
The feature id for the 'Fixed Value' attribute.

See Also:
Constant Field Values

BUSINESS_CONTEXT_PROPERTY__PARAMETER

static final int BUSINESS_CONTEXT_PROPERTY__PARAMETER
The feature id for the 'Parameter' attribute.

See Also:
Constant Field Values

BUSINESS_CONTEXT_PROPERTY__TIMESTAMP

static final int BUSINESS_CONTEXT_PROPERTY__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values

BUSINESS_CONTEXT_PROPERTY__DELIMITER

static final int BUSINESS_CONTEXT_PROPERTY__DELIMITER
The feature id for the 'Delimiter' attribute.

See Also:
Constant Field Values

BUSINESS_CONTEXT_PROPERTY_FEATURE_COUNT

static final int BUSINESS_CONTEXT_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Business Context Property' class.

See Also:
Constant Field Values

BUSINESS_CONTEXT_ID

static final int BUSINESS_CONTEXT_ID
The meta object id for the 'Business Context ID' class.

See Also:
BusinessContextIDImpl, BcdejbextPackageImpl.getBusinessContextID(), Constant Field Values

BUSINESS_CONTEXT_ID__FIXED_VALUE

static final int BUSINESS_CONTEXT_ID__FIXED_VALUE
The feature id for the 'Fixed Value' attribute.

See Also:
Constant Field Values

BUSINESS_CONTEXT_ID__PARAMETER

static final int BUSINESS_CONTEXT_ID__PARAMETER
The feature id for the 'Parameter' attribute.

See Also:
Constant Field Values

BUSINESS_CONTEXT_ID__TIMESTAMP

static final int BUSINESS_CONTEXT_ID__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values

BUSINESS_CONTEXT_ID__DELIMITER

static final int BUSINESS_CONTEXT_ID__DELIMITER
The feature id for the 'Delimiter' attribute.

See Also:
Constant Field Values

BUSINESS_CONTEXT_ID_FEATURE_COUNT

static final int BUSINESS_CONTEXT_ID_FEATURE_COUNT
The number of structural features of the 'Business Context ID' class.

See Also:
Constant Field Values
Method Detail

getBusinessContextDataEJBJarExtension

org.eclipse.emf.ecore.EClass getBusinessContextDataEJBJarExtension()
Returns the meta object for class 'Business Context Data EJB Jar Extension'.

Returns:
the meta object for class 'Business Context Data EJB Jar Extension'.
See Also:
BusinessContextDataEJBJarExtension

getBusinessContextDataEJBJarExtension_BusinessContextDataMethods

org.eclipse.emf.ecore.EReference getBusinessContextDataEJBJarExtension_BusinessContextDataMethods()
Returns the meta object for the containment reference list 'Business Context Data Methods'.

Returns:
the meta object for the containment reference list 'Business Context Data Methods'.
See Also:
BusinessContextDataEJBJarExtension.getBusinessContextDataMethods(), getBusinessContextDataEJBJarExtension()

getBusinessContextDataEJBJarExtension_EjbJarExtension

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

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

getBusinessContextDataMethodPolicy

org.eclipse.emf.ecore.EClass getBusinessContextDataMethodPolicy()
Returns the meta object for class 'Business Context Data Method Policy'.

Returns:
the meta object for class 'Business Context Data Method Policy'.
See Also:
BusinessContextDataMethodPolicy

getBusinessContextDataMethodPolicy_ContextType

org.eclipse.emf.ecore.EAttribute getBusinessContextDataMethodPolicy_ContextType()
Returns the meta object for the attribute 'Context Type'.

Returns:
the meta object for the attribute 'Context Type'.
See Also:
BusinessContextDataMethodPolicy.getContextType(), getBusinessContextDataMethodPolicy()

getBusinessContextDataMethodPolicy_MethodElements

org.eclipse.emf.ecore.EReference getBusinessContextDataMethodPolicy_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:
BusinessContextDataMethodPolicy.getMethodElements(), getBusinessContextDataMethodPolicy()

getBusinessContextDataMethodPolicy_BusinessContextProperties

org.eclipse.emf.ecore.EReference getBusinessContextDataMethodPolicy_BusinessContextProperties()
Returns the meta object for the containment reference list 'Business Context Properties'.

Returns:
the meta object for the containment reference list 'Business Context Properties'.
See Also:
BusinessContextDataMethodPolicy.getBusinessContextProperties(), getBusinessContextDataMethodPolicy()

getBusinessContextDataMethodPolicy_BusinessContextID

org.eclipse.emf.ecore.EReference getBusinessContextDataMethodPolicy_BusinessContextID()
Returns the meta object for the containment reference 'Business Context ID'.

Returns:
the meta object for the containment reference 'Business Context ID'.
See Also:
BusinessContextDataMethodPolicy.getBusinessContextID(), getBusinessContextDataMethodPolicy()

getBusinessContextProperty

org.eclipse.emf.ecore.EClass getBusinessContextProperty()
Returns the meta object for class 'Business Context Property'.

Returns:
the meta object for class 'Business Context Property'.
See Also:
BusinessContextProperty

getBusinessContextProperty_Name

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

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

getBusinessContextProperty_FixedValue

org.eclipse.emf.ecore.EAttribute getBusinessContextProperty_FixedValue()
Returns the meta object for the attribute 'Fixed Value'.

Returns:
the meta object for the attribute 'Fixed Value'.
See Also:
BusinessContextProperty.getFixedValue(), getBusinessContextProperty()

getBusinessContextProperty_Parameter

org.eclipse.emf.ecore.EAttribute getBusinessContextProperty_Parameter()
Returns the meta object for the attribute 'Parameter'.

Returns:
the meta object for the attribute 'Parameter'.
See Also:
BusinessContextProperty.getParameter(), getBusinessContextProperty()

getBusinessContextProperty_Timestamp

org.eclipse.emf.ecore.EAttribute getBusinessContextProperty_Timestamp()
Returns the meta object for the attribute 'Timestamp'.

Returns:
the meta object for the attribute 'Timestamp'.
See Also:
BusinessContextProperty.isTimestamp(), getBusinessContextProperty()

getBusinessContextProperty_Delimiter

org.eclipse.emf.ecore.EAttribute getBusinessContextProperty_Delimiter()
Returns the meta object for the attribute 'Delimiter'.

Returns:
the meta object for the attribute 'Delimiter'.
See Also:
BusinessContextProperty.getDelimiter(), getBusinessContextProperty()

getBusinessContextID

org.eclipse.emf.ecore.EClass getBusinessContextID()
Returns the meta object for class 'Business Context ID'.

Returns:
the meta object for class 'Business Context ID'.
See Also:
BusinessContextID

getBusinessContextID_FixedValue

org.eclipse.emf.ecore.EAttribute getBusinessContextID_FixedValue()
Returns the meta object for the attribute 'Fixed Value'.

Returns:
the meta object for the attribute 'Fixed Value'.
See Also:
BusinessContextID.getFixedValue(), getBusinessContextID()

getBusinessContextID_Parameter

org.eclipse.emf.ecore.EAttribute getBusinessContextID_Parameter()
Returns the meta object for the attribute 'Parameter'.

Returns:
the meta object for the attribute 'Parameter'.
See Also:
BusinessContextID.getParameter(), getBusinessContextID()

getBusinessContextID_Timestamp

org.eclipse.emf.ecore.EAttribute getBusinessContextID_Timestamp()
Returns the meta object for the attribute 'Timestamp'.

Returns:
the meta object for the attribute 'Timestamp'.
See Also:
BusinessContextID.isTimestamp(), getBusinessContextID()

getBusinessContextID_Delimiter

org.eclipse.emf.ecore.EAttribute getBusinessContextID_Delimiter()
Returns the meta object for the attribute 'Delimiter'.

Returns:
the meta object for the attribute 'Delimiter'.
See Also:
BusinessContextID.getDelimiter(), getBusinessContextID()

getBcdejbextFactory

BcdejbextFactory getBcdejbextFactory()
Returns the factory that creates the instances of the model.

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