|
|||||||||
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 operation 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 |
COMPONENT
The meta object id for the ' Component ' class. |
static int |
COMPONENT__COMPONENT
The feature id for the 'Component' containment reference. |
static int |
COMPONENT_FEATURE_COUNT
The number of structural features of the 'Component' class. |
static int |
COMPONENT_OPERATION_COUNT
The number of operations of the 'Component' class. |
static int |
COMPONENT2
The meta object id for the ' Component2 ' class. |
static int |
COMPONENT2__COMPOSITES
The feature id for the 'Composites' containment reference list. |
static int |
COMPONENT2_FEATURE_COUNT
The number of structural features of the 'Component2' class. |
static int |
COMPONENT2_OPERATION_COUNT
The number of operations of the 'Component2' class. |
static int |
COMPOSITE
The meta object id for the ' Composite ' class. |
static int |
COMPOSITE__COMPONENT
The feature id for the 'Component' containment reference. |
static int |
COMPOSITE__COMPOSITES
The feature id for the 'Composites' containment reference list. |
static int |
COMPOSITE_FEATURE_COUNT
The number of structural features of the 'Composite' class. |
static int |
COMPOSITE_OPERATION_COUNT
The number of operations of the 'Composite' 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 |
getComponent_Component()
Returns the meta object for the containment reference ' Component '. |
org.eclipse.emf.ecore.EClass |
getComponent()
Returns the meta object for class ' Component '. |
org.eclipse.emf.ecore.EReference |
getComponent2_Composites()
Returns the meta object for the containment reference list ' Composites '. |
org.eclipse.emf.ecore.EClass |
getComponent2()
Returns the meta object for class ' Component2 '. |
org.eclipse.emf.ecore.EReference |
getComposite_Composites()
Returns the meta object for the containment reference list ' Composites '. |
org.eclipse.emf.ecore.EClass |
getComposite()
Returns the meta object for class ' Composite '. |
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 COMPONENT
Component
' class.
ComponentImpl
,
TestPackageImpl.getComponent()
,
Constant Field Valuesstatic final int COMPONENT__COMPONENT
static final int COMPONENT_FEATURE_COUNT
static final int COMPONENT_OPERATION_COUNT
static final int COMPOSITE
Composite
' class.
CompositeImpl
,
TestPackageImpl.getComposite()
,
Constant Field Valuesstatic final int COMPOSITE__COMPONENT
static final int COMPOSITE__COMPOSITES
static final int COMPOSITE_FEATURE_COUNT
static final int COMPOSITE_OPERATION_COUNT
static final int COMPONENT2
Component2
' class.
Component2Impl
,
TestPackageImpl.getComponent2()
,
Constant Field Valuesstatic final int COMPONENT2__COMPOSITES
static final int COMPONENT2_FEATURE_COUNT
static final int COMPONENT2_OPERATION_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getComponent()
Component
'.
Component
org.eclipse.emf.ecore.EReference getComponent_Component()
Component
'.
Component.getComponent()
,
getComponent()
org.eclipse.emf.ecore.EClass getComposite()
Composite
'.
Composite
org.eclipse.emf.ecore.EReference getComposite_Composites()
Composites
'.
Composite.getComposites()
,
getComposite()
org.eclipse.emf.ecore.EClass getComponent2()
Component2
'.
Component2
org.eclipse.emf.ecore.EReference getComponent2_Composites()
Composites
'.
Component2.getComposites()
,
getComponent2()
TestFactory getTestFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |