|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdaptiveentityejbextPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final AdaptiveentityejbextPackage eINSTANCE
static final int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION
Adaptive Entity EJB Jar Extension
' class.
AdaptiveEntityEJBJarExtensionImpl
,
AdaptiveentityejbextPackageImpl.getAdaptiveEntityEJBJarExtension()
,
Constant Field Valuesstatic final int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION__EJB_JAR_EXTENSION
static final int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION__ADAPTIVE_ENTITIES
static final int ADAPTIVE_ENTITY_EJB_JAR_EXTENSION_FEATURE_COUNT
static final int ADAPTIVE_ENTITY_EXTENSION
Adaptive Entity Extension
' class.
AdaptiveEntityExtensionImpl
,
AdaptiveentityejbextPackageImpl.getAdaptiveEntityExtension()
,
Constant Field Valuesstatic final int ADAPTIVE_ENTITY_EXTENSION__ADAPTIVE
static final int ADAPTIVE_ENTITY_EXTENSION__DYNAMIC_CONTROLLER
static final int ADAPTIVE_ENTITY_EXTENSION__ENTITY_EXTENSION
static final int ADAPTIVE_ENTITY_EXTENSION__CONTROLLERS
static final int ADAPTIVE_ENTITY_EXTENSION_FEATURE_COUNT
static final int ADAPTIVE_ENTITY_CONTROLLER
Adaptive Entity Controller
' class.
AdaptiveEntityControllerImpl
,
AdaptiveentityejbextPackageImpl.getAdaptiveEntityController()
,
Constant Field Valuesstatic final int ADAPTIVE_ENTITY_CONTROLLER__NAME
static final int ADAPTIVE_ENTITY_CONTROLLER__DESCRIPTION
static final int ADAPTIVE_ENTITY_CONTROLLER_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getAdaptiveEntityEJBJarExtension()
Adaptive Entity EJB Jar Extension
'.
AdaptiveEntityEJBJarExtension
org.eclipse.emf.ecore.EReference getAdaptiveEntityEJBJarExtension_EjbJarExtension()
Ejb Jar Extension
'.
AdaptiveEntityEJBJarExtension.getEjbJarExtension()
,
getAdaptiveEntityEJBJarExtension()
org.eclipse.emf.ecore.EReference getAdaptiveEntityEJBJarExtension_AdaptiveEntities()
Adaptive Entities
'.
AdaptiveEntityEJBJarExtension.getAdaptiveEntities()
,
getAdaptiveEntityEJBJarExtension()
org.eclipse.emf.ecore.EClass getAdaptiveEntityExtension()
Adaptive Entity Extension
'.
AdaptiveEntityExtension
org.eclipse.emf.ecore.EAttribute getAdaptiveEntityExtension_Adaptive()
Adaptive
'.
AdaptiveEntityExtension.isAdaptive()
,
getAdaptiveEntityExtension()
org.eclipse.emf.ecore.EAttribute getAdaptiveEntityExtension_DynamicController()
Dynamic Controller
'.
AdaptiveEntityExtension.isDynamicController()
,
getAdaptiveEntityExtension()
org.eclipse.emf.ecore.EReference getAdaptiveEntityExtension_EntityExtension()
Entity Extension
'.
AdaptiveEntityExtension.getEntityExtension()
,
getAdaptiveEntityExtension()
org.eclipse.emf.ecore.EReference getAdaptiveEntityExtension_Controllers()
Controllers
'.
AdaptiveEntityExtension.getControllers()
,
getAdaptiveEntityExtension()
org.eclipse.emf.ecore.EClass getAdaptiveEntityController()
Adaptive Entity Controller
'.
AdaptiveEntityController
org.eclipse.emf.ecore.EAttribute getAdaptiveEntityController_Name()
Name
'.
AdaptiveEntityController.getName()
,
getAdaptiveEntityController()
org.eclipse.emf.ecore.EAttribute getAdaptiveEntityController_Description()
Description
'.
AdaptiveEntityController.getDescription()
,
getAdaptiveEntityController()
AdaptiveentityejbextFactory getAdaptiveentityejbextFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |