|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TestPackage
The Package for the model. It contains accessors for the meta objects to represent
TestFactory| Nested Class Summary | |
|---|---|
static interface |
TestPackage.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 |
A
The meta object id for the ' A' class. |
static int |
A__B
The feature id for the 'B' containment reference. |
static int |
A_FEATURE_COUNT
The number of structural features of the 'A' class. |
static int |
B
The meta object id for the ' B' class. |
static int |
B__C
The feature id for the 'C' containment reference. |
static int |
B__CLIST
The feature id for the 'CList' reference list. |
static int |
B_FEATURE_COUNT
The number of structural features of the 'B' class. |
static int |
C
The meta object id for the ' C' class. |
static int |
C__D
The feature id for the 'D' containment reference. |
static int |
C__ECLASS_TO_A
The feature id for the 'EClass To A' map. |
static int |
C__ECLASS_TO_STRING
The feature id for the 'EClass To String' map. |
static int |
C_FEATURE_COUNT
The number of structural features of the 'C' class. |
static int |
D
The meta object id for the ' D' class. |
static int |
D__X
The feature id for the 'X' attribute. |
static int |
D__YLIST
The feature id for the 'YList' attribute list. |
static int |
D_FEATURE_COUNT
The number of structural features of the 'D' class. |
static int |
ECLASS_TO_AMAP
The meta object id for the ' EClass To AMap' class. |
static int |
ECLASS_TO_AMAP__KEY
The feature id for the 'Key' reference. |
static int |
ECLASS_TO_AMAP__VALUE
The feature id for the 'Value' reference. |
static int |
ECLASS_TO_AMAP_FEATURE_COUNT
The number of structural features of the 'EClass To AMap' class. |
static int |
ECLASS_TO_ESTRING_MAP
The meta object id for the ' EClass To EString Map' class. |
static int |
ECLASS_TO_ESTRING_MAP__KEY
The feature id for the 'Key' reference. |
static int |
ECLASS_TO_ESTRING_MAP__VALUE
The feature id for the 'Value' attribute. |
static int |
ECLASS_TO_ESTRING_MAP_FEATURE_COUNT
The number of structural features of the 'EClass To EString Map' class. |
static TestPackage |
eINSTANCE
The singleton instance of the package. |
static String |
eNAME
The package name. |
static String |
eNS_PREFIX
The package namespace name. |
static String |
eNS_URI
The package namespace URI. |
| Method Summary | |
|---|---|
org.eclipse.emf.ecore.EReference |
getA_B()
Returns the meta object for the containment reference ' B'. |
org.eclipse.emf.ecore.EClass |
getA()
Returns the meta object for class ' A'. |
org.eclipse.emf.ecore.EReference |
getB_C()
Returns the meta object for the containment reference ' C'. |
org.eclipse.emf.ecore.EReference |
getB_CList()
Returns the meta object for the reference list ' CList'. |
org.eclipse.emf.ecore.EClass |
getB()
Returns the meta object for class ' B'. |
org.eclipse.emf.ecore.EReference |
getC_D()
Returns the meta object for the containment reference ' D'. |
org.eclipse.emf.ecore.EReference |
getC_EClassToA()
Returns the meta object for the map ' EClass To A'. |
org.eclipse.emf.ecore.EReference |
getC_EClassToString()
Returns the meta object for the map ' EClass To String'. |
org.eclipse.emf.ecore.EClass |
getC()
Returns the meta object for class ' C'. |
org.eclipse.emf.ecore.EAttribute |
getD_X()
Returns the meta object for the attribute ' X'. |
org.eclipse.emf.ecore.EAttribute |
getD_YList()
Returns the meta object for the attribute list ' YList'. |
org.eclipse.emf.ecore.EClass |
getD()
Returns the meta object for class ' D'. |
org.eclipse.emf.ecore.EReference |
getEClassToAMap_Key()
Returns the meta object for the reference ' Key'. |
org.eclipse.emf.ecore.EReference |
getEClassToAMap_Value()
Returns the meta object for the reference ' Value'. |
org.eclipse.emf.ecore.EClass |
getEClassToAMap()
Returns the meta object for class ' EClass To AMap'. |
org.eclipse.emf.ecore.EReference |
getEClassToEStringMap_Key()
Returns the meta object for the reference ' Key'. |
org.eclipse.emf.ecore.EAttribute |
getEClassToEStringMap_Value()
Returns the meta object for the attribute ' Value'. |
org.eclipse.emf.ecore.EClass |
getEClassToEStringMap()
Returns the meta object for class ' EClass To EString Map'. |
TestFactory |
getTestFactory()
Returns the factory that creates the instances of the model. |
| 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final TestPackage eINSTANCE
static final int A
A' class.
AImpl,
TestPackageImpl.getA(),
Constant Field Valuesstatic final int A__B
static final int A_FEATURE_COUNT
static final int B
B' class.
BImpl,
TestPackageImpl.getB(),
Constant Field Valuesstatic final int B__C
static final int B__CLIST
static final int B_FEATURE_COUNT
static final int C
C' class.
CImpl,
TestPackageImpl.getC(),
Constant Field Valuesstatic final int C__D
static final int C__ECLASS_TO_STRING
static final int C__ECLASS_TO_A
static final int C_FEATURE_COUNT
static final int D
D' class.
DImpl,
TestPackageImpl.getD(),
Constant Field Valuesstatic final int D__X
static final int D__YLIST
static final int D_FEATURE_COUNT
static final int ECLASS_TO_ESTRING_MAP
EClass To EString Map' class.
EClassToEStringMapImpl,
TestPackageImpl.getEClassToEStringMap(),
Constant Field Valuesstatic final int ECLASS_TO_ESTRING_MAP__KEY
static final int ECLASS_TO_ESTRING_MAP__VALUE
static final int ECLASS_TO_ESTRING_MAP_FEATURE_COUNT
static final int ECLASS_TO_AMAP
EClass To AMap' class.
EClassToAMapImpl,
TestPackageImpl.getEClassToAMap(),
Constant Field Valuesstatic final int ECLASS_TO_AMAP__KEY
static final int ECLASS_TO_AMAP__VALUE
static final int ECLASS_TO_AMAP_FEATURE_COUNT
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getA()
A'.
Aorg.eclipse.emf.ecore.EReference getA_B()
B'.
A.getB(),
getA()org.eclipse.emf.ecore.EClass getB()
B'.
Borg.eclipse.emf.ecore.EReference getB_C()
C'.
B.getC(),
getB()org.eclipse.emf.ecore.EReference getB_CList()
CList'.
B.getCList(),
getB()org.eclipse.emf.ecore.EClass getC()
C'.
Corg.eclipse.emf.ecore.EReference getC_D()
D'.
C.getD(),
getC()org.eclipse.emf.ecore.EReference getC_EClassToString()
EClass To String'.
C.getEClassToString(),
getC()org.eclipse.emf.ecore.EReference getC_EClassToA()
EClass To A'.
C.getEClassToA(),
getC()org.eclipse.emf.ecore.EClass getD()
D'.
Dorg.eclipse.emf.ecore.EAttribute getD_X()
X'.
D.getX(),
getD()org.eclipse.emf.ecore.EAttribute getD_YList()
YList'.
D.getYList(),
getD()org.eclipse.emf.ecore.EClass getEClassToEStringMap()
EClass To EString Map'.
Map.Entryorg.eclipse.emf.ecore.EReference getEClassToEStringMap_Key()
Key'.
Map.Entry,
getEClassToEStringMap()org.eclipse.emf.ecore.EAttribute getEClassToEStringMap_Value()
Value'.
Map.Entry,
getEClassToEStringMap()org.eclipse.emf.ecore.EClass getEClassToAMap()
EClass To AMap'.
Map.Entryorg.eclipse.emf.ecore.EReference getEClassToAMap_Key()
Key'.
Map.Entry,
getEClassToAMap()org.eclipse.emf.ecore.EReference getEClassToAMap_Value()
Value'.
Map.Entry,
getEClassToAMap()TestFactory getTestFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||