com.ibm.websphere.models.extensions.adaptiveentityejbext
Interface AdaptiveentityejbextPackage

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

public interface AdaptiveentityejbextPackage
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 Adaptive Entity extension (ibm-ejb-jar-ext-wbi.xmi).

See Also:
AdaptiveentityejbextFactory

Nested Class Summary
static interface AdaptiveentityejbextPackage.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 ADAPTIVE_ENTITY_CONTROLLER
          The meta object id for the 'Adaptive Entity Controller' class
static int ADAPTIVE_ENTITY_CONTROLLER__DESCRIPTION
          The feature id for the 'Description' attribute
static int ADAPTIVE_ENTITY_CONTROLLER__NAME
          The feature id for the 'Name' attribute
static int ADAPTIVE_ENTITY_CONTROLLER_FEATURE_COUNT
          The number of structural features of the 'Adaptive Entity Controller' class
static int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION
          The meta object id for the 'Adaptive Entity EJB Jar Extension' class
static int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION__ADAPTIVE_ENTITIES
          The feature id for the 'Adaptive Entities' containment reference list
static int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION__EJB_JAR_EXTENSION
          The feature id for the 'Ejb Jar Extension' reference
static int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION_FEATURE_COUNT
          The number of structural features of the 'Adaptive Entity EJB Jar Extension' class
static int ADAPTIVE_ENTITY_EXTENSION
          The meta object id for the 'Adaptive Entity Extension' class
static int ADAPTIVE_ENTITY_EXTENSION__ADAPTIVE
          The feature id for the 'Adaptive' attribute
static int ADAPTIVE_ENTITY_EXTENSION__CONTROLLERS
          The feature id for the 'Controllers' containment reference list
static int ADAPTIVE_ENTITY_EXTENSION__DYNAMIC_CONTROLLER
          The feature id for the 'Dynamic Controller' attribute
static int ADAPTIVE_ENTITY_EXTENSION__ENTITY_EXTENSION
          The feature id for the 'Entity Extension' reference
static int ADAPTIVE_ENTITY_EXTENSION_FEATURE_COUNT
          The number of structural features of the 'Adaptive Entity Extension' class
static AdaptiveentityejbextPackage 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
 org.eclipse.emf.ecore.EAttribute getAdaptiveEntityController_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EAttribute getAdaptiveEntityController_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EClass getAdaptiveEntityController()
          Returns the meta object for class 'Adaptive Entity Controller'
 AdaptiveentityejbextFactory getAdaptiveentityejbextFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getAdaptiveEntityEJBJarExtension_AdaptiveEntities()
          Returns the meta object for the containment reference list 'Adaptive Entities'
 org.eclipse.emf.ecore.EReference getAdaptiveEntityEJBJarExtension_EjbJarExtension()
          Returns the meta object for the reference 'Ejb Jar Extension'
 org.eclipse.emf.ecore.EClass getAdaptiveEntityEJBJarExtension()
          Returns the meta object for class 'Adaptive Entity EJB Jar Extension'
 org.eclipse.emf.ecore.EAttribute getAdaptiveEntityExtension_Adaptive()
          Returns the meta object for the attribute 'Adaptive'
 org.eclipse.emf.ecore.EReference getAdaptiveEntityExtension_Controllers()
          Returns the meta object for the containment reference list 'Controllers'
 org.eclipse.emf.ecore.EAttribute getAdaptiveEntityExtension_DynamicController()
          Returns the meta object for the attribute 'Dynamic Controller'
 org.eclipse.emf.ecore.EReference getAdaptiveEntityExtension_EntityExtension()
          Returns the meta object for the reference 'Entity Extension'
 org.eclipse.emf.ecore.EClass getAdaptiveEntityExtension()
          Returns the meta object for class 'Adaptive Entity Extension'
 
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 AdaptiveentityejbextPackage eINSTANCE
The singleton instance of the package.


ADAPTIVE_ENTITY_EJB_JAR_EXTENSION

static final int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION
The meta object id for the 'Adaptive Entity EJB Jar Extension' class.

See Also:
AdaptiveEntityEJBJarExtensionImpl, AdaptiveentityejbextPackageImpl.getAdaptiveEntityEJBJarExtension(), Constant Field Values

ADAPTIVE_ENTITY_EJB_JAR_EXTENSION__EJB_JAR_EXTENSION

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

See Also:
Constant Field Values

ADAPTIVE_ENTITY_EJB_JAR_EXTENSION__ADAPTIVE_ENTITIES

static final int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION__ADAPTIVE_ENTITIES
The feature id for the 'Adaptive Entities' containment reference list.

See Also:
Constant Field Values

ADAPTIVE_ENTITY_EJB_JAR_EXTENSION_FEATURE_COUNT

static final int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION_FEATURE_COUNT
The number of structural features of the 'Adaptive Entity EJB Jar Extension' class.

See Also:
Constant Field Values

ADAPTIVE_ENTITY_EXTENSION

static final int ADAPTIVE_ENTITY_EXTENSION
The meta object id for the 'Adaptive Entity Extension' class.

See Also:
AdaptiveEntityExtensionImpl, AdaptiveentityejbextPackageImpl.getAdaptiveEntityExtension(), Constant Field Values

ADAPTIVE_ENTITY_EXTENSION__ADAPTIVE

static final int ADAPTIVE_ENTITY_EXTENSION__ADAPTIVE
The feature id for the 'Adaptive' attribute.

See Also:
Constant Field Values

ADAPTIVE_ENTITY_EXTENSION__DYNAMIC_CONTROLLER

static final int ADAPTIVE_ENTITY_EXTENSION__DYNAMIC_CONTROLLER
The feature id for the 'Dynamic Controller' attribute.

See Also:
Constant Field Values

ADAPTIVE_ENTITY_EXTENSION__ENTITY_EXTENSION

static final int ADAPTIVE_ENTITY_EXTENSION__ENTITY_EXTENSION
The feature id for the 'Entity Extension' reference.

See Also:
Constant Field Values

ADAPTIVE_ENTITY_EXTENSION__CONTROLLERS

static final int ADAPTIVE_ENTITY_EXTENSION__CONTROLLERS
The feature id for the 'Controllers' containment reference list.

See Also:
Constant Field Values

ADAPTIVE_ENTITY_EXTENSION_FEATURE_COUNT

static final int ADAPTIVE_ENTITY_EXTENSION_FEATURE_COUNT
The number of structural features of the 'Adaptive Entity Extension' class.

See Also:
Constant Field Values

ADAPTIVE_ENTITY_CONTROLLER

static final int ADAPTIVE_ENTITY_CONTROLLER
The meta object id for the 'Adaptive Entity Controller' class.

See Also:
AdaptiveEntityControllerImpl, AdaptiveentityejbextPackageImpl.getAdaptiveEntityController(), Constant Field Values

ADAPTIVE_ENTITY_CONTROLLER__NAME

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

See Also:
Constant Field Values

ADAPTIVE_ENTITY_CONTROLLER__DESCRIPTION

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

See Also:
Constant Field Values

ADAPTIVE_ENTITY_CONTROLLER_FEATURE_COUNT

static final int ADAPTIVE_ENTITY_CONTROLLER_FEATURE_COUNT
The number of structural features of the 'Adaptive Entity Controller' class.

See Also:
Constant Field Values
Method Detail

getAdaptiveEntityEJBJarExtension

org.eclipse.emf.ecore.EClass getAdaptiveEntityEJBJarExtension()
Returns the meta object for class 'Adaptive Entity EJB Jar Extension'.

Returns:
the meta object for class 'Adaptive Entity EJB Jar Extension'.
See Also:
AdaptiveEntityEJBJarExtension

getAdaptiveEntityEJBJarExtension_EjbJarExtension

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

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

getAdaptiveEntityEJBJarExtension_AdaptiveEntities

org.eclipse.emf.ecore.EReference getAdaptiveEntityEJBJarExtension_AdaptiveEntities()
Returns the meta object for the containment reference list 'Adaptive Entities'.

Returns:
the meta object for the containment reference list 'Adaptive Entities'.
See Also:
AdaptiveEntityEJBJarExtension.getAdaptiveEntities(), getAdaptiveEntityEJBJarExtension()

getAdaptiveEntityExtension

org.eclipse.emf.ecore.EClass getAdaptiveEntityExtension()
Returns the meta object for class 'Adaptive Entity Extension'.

Returns:
the meta object for class 'Adaptive Entity Extension'.
See Also:
AdaptiveEntityExtension

getAdaptiveEntityExtension_Adaptive

org.eclipse.emf.ecore.EAttribute getAdaptiveEntityExtension_Adaptive()
Returns the meta object for the attribute 'Adaptive'.

Returns:
the meta object for the attribute 'Adaptive'.
See Also:
AdaptiveEntityExtension.isAdaptive(), getAdaptiveEntityExtension()

getAdaptiveEntityExtension_DynamicController

org.eclipse.emf.ecore.EAttribute getAdaptiveEntityExtension_DynamicController()
Returns the meta object for the attribute 'Dynamic Controller'.

Returns:
the meta object for the attribute 'Dynamic Controller'.
See Also:
AdaptiveEntityExtension.isDynamicController(), getAdaptiveEntityExtension()

getAdaptiveEntityExtension_EntityExtension

org.eclipse.emf.ecore.EReference getAdaptiveEntityExtension_EntityExtension()
Returns the meta object for the reference 'Entity Extension'.

Returns:
the meta object for the reference 'Entity Extension'.
See Also:
AdaptiveEntityExtension.getEntityExtension(), getAdaptiveEntityExtension()

getAdaptiveEntityExtension_Controllers

org.eclipse.emf.ecore.EReference getAdaptiveEntityExtension_Controllers()
Returns the meta object for the containment reference list 'Controllers'.

Returns:
the meta object for the containment reference list 'Controllers'.
See Also:
AdaptiveEntityExtension.getControllers(), getAdaptiveEntityExtension()

getAdaptiveEntityController

org.eclipse.emf.ecore.EClass getAdaptiveEntityController()
Returns the meta object for class 'Adaptive Entity Controller'.

Returns:
the meta object for class 'Adaptive Entity Controller'.
See Also:
AdaptiveEntityController

getAdaptiveEntityController_Name

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

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

getAdaptiveEntityController_Description

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

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

getAdaptiveentityejbextFactory

AdaptiveentityejbextFactory getAdaptiveentityejbextFactory()
Returns the factory that creates the instances of the model.

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