|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExamplePackage
The Package for the model. It contains accessors for the meta objects to represent
ExampleFactory| Nested Class Summary | |
|---|---|
static interface |
ExamplePackage.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 |
CHILD
The meta object id for the ' Child' class. |
static int |
CHILD__INTERMEDIATE_TARGET
The feature id for the 'Intermediate Target' containment reference. |
static int |
CHILD__KEY
The feature id for the 'Key' containment reference. |
static int |
CHILD_FEATURE_COUNT
The number of structural features of the 'Child' class. |
static int |
CHILD_OPERATION_COUNT
The number of operations of the 'Child' class. |
static int |
CONTAINER
The meta object id for the ' Container' class. |
static int |
CONTAINER__CHILDREN
The feature id for the 'Children' containment reference list. |
static int |
CONTAINER_FEATURE_COUNT
The number of structural features of the 'Container' class. |
static int |
CONTAINER_OPERATION_COUNT
The number of operations of the 'Container' class. |
static ExamplePackage |
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. |
static int |
INTERMEDIATE
The meta object id for the ' Intermediate' class. |
static int |
INTERMEDIATE__CONTAINER
The feature id for the 'Container' containment reference. |
static int |
INTERMEDIATE_FEATURE_COUNT
The number of structural features of the 'Intermediate' class. |
static int |
INTERMEDIATE_OPERATION_COUNT
The number of operations of the 'Intermediate' class. |
static int |
INTERMEDIATE_TARGET
The meta object id for the ' Intermediate Target' class. |
static int |
INTERMEDIATE_TARGET__TARGET
The feature id for the 'Target' containment reference. |
static int |
INTERMEDIATE_TARGET_FEATURE_COUNT
The number of structural features of the 'Intermediate Target' class. |
static int |
INTERMEDIATE_TARGET_OPERATION_COUNT
The number of operations of the 'Intermediate Target' class. |
static int |
KEY_CONTAINER
The meta object id for the ' Key Container' class. |
static int |
KEY_CONTAINER__KEY
The feature id for the 'Key' attribute. |
static int |
KEY_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Key Container' class. |
static int |
KEY_CONTAINER_OPERATION_COUNT
The number of operations of the 'Key Container' class. |
static int |
ROOT
The meta object id for the ' Root' class. |
static int |
ROOT__INTERMEDIATE
The feature id for the 'Intermediate' containment reference. |
static int |
ROOT_FEATURE_COUNT
The number of structural features of the 'Root' class. |
static int |
ROOT_OPERATION_COUNT
The number of operations of the 'Root' class. |
static int |
TARGET
The meta object id for the ' Target' class. |
static int |
TARGET__NAME
The feature id for the 'Name' attribute. |
static int |
TARGET_FEATURE_COUNT
The number of structural features of the 'Target' class. |
static int |
TARGET_OPERATION_COUNT
The number of operations of the 'Target' class. |
| Method Summary | |
|---|---|
org.eclipse.emf.ecore.EReference |
getChild_IntermediateTarget()
Returns the meta object for the containment reference ' Intermediate Target'. |
org.eclipse.emf.ecore.EReference |
getChild_Key()
Returns the meta object for the containment reference ' Key'. |
org.eclipse.emf.ecore.EClass |
getChild()
Returns the meta object for class ' Child'. |
org.eclipse.emf.ecore.EReference |
getContainer_Children()
Returns the meta object for the containment reference list ' Children'. |
org.eclipse.emf.ecore.EClass |
getContainer()
Returns the meta object for class ' Container'. |
ExampleFactory |
getExampleFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EReference |
getIntermediate_Container()
Returns the meta object for the containment reference ' Container'. |
org.eclipse.emf.ecore.EClass |
getIntermediate()
Returns the meta object for class ' Intermediate'. |
org.eclipse.emf.ecore.EReference |
getIntermediateTarget_Target()
Returns the meta object for the containment reference ' Target'. |
org.eclipse.emf.ecore.EClass |
getIntermediateTarget()
Returns the meta object for class ' Intermediate Target'. |
org.eclipse.emf.ecore.EAttribute |
getKeyContainer_Key()
Returns the meta object for the attribute ' Key'. |
org.eclipse.emf.ecore.EClass |
getKeyContainer()
Returns the meta object for class ' Key Container'. |
org.eclipse.emf.ecore.EReference |
getRoot_Intermediate()
Returns the meta object for the containment reference ' Intermediate'. |
org.eclipse.emf.ecore.EClass |
getRoot()
Returns the meta object for class ' Root
'. |
org.eclipse.emf.ecore.EAttribute |
getTarget_Name()
Returns the meta object for the attribute ' Name'. |
org.eclipse.emf.ecore.EClass |
getTarget()
Returns the meta object for class ' Target'. |
| 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 ExamplePackage eINSTANCE
static final int ROOT
Root' class.
RootImpl,
ExamplePackageImpl.getRoot(),
Constant Field Valuesstatic final int ROOT__INTERMEDIATE
static final int ROOT_FEATURE_COUNT
static final int ROOT_OPERATION_COUNT
static final int INTERMEDIATE
Intermediate' class.
IntermediateImpl,
ExamplePackageImpl.getIntermediate(),
Constant Field Valuesstatic final int INTERMEDIATE__CONTAINER
static final int INTERMEDIATE_FEATURE_COUNT
static final int INTERMEDIATE_OPERATION_COUNT
static final int CONTAINER
Container' class.
ContainerImpl,
ExamplePackageImpl.getContainer(),
Constant Field Valuesstatic final int CONTAINER__CHILDREN
static final int CONTAINER_FEATURE_COUNT
static final int CONTAINER_OPERATION_COUNT
static final int CHILD
Child' class.
ChildImpl,
ExamplePackageImpl.getChild(),
Constant Field Valuesstatic final int CHILD__INTERMEDIATE_TARGET
static final int CHILD__KEY
static final int CHILD_FEATURE_COUNT
static final int CHILD_OPERATION_COUNT
static final int INTERMEDIATE_TARGET
Intermediate Target' class.
IntermediateTargetImpl,
ExamplePackageImpl.getIntermediateTarget(),
Constant Field Valuesstatic final int INTERMEDIATE_TARGET__TARGET
static final int INTERMEDIATE_TARGET_FEATURE_COUNT
static final int INTERMEDIATE_TARGET_OPERATION_COUNT
static final int TARGET
Target' class.
TargetImpl,
ExamplePackageImpl.getTarget(),
Constant Field Valuesstatic final int TARGET__NAME
static final int TARGET_FEATURE_COUNT
static final int TARGET_OPERATION_COUNT
static final int KEY_CONTAINER
Key Container' class.
KeyContainerImpl,
ExamplePackageImpl.getKeyContainer(),
Constant Field Valuesstatic final int KEY_CONTAINER__KEY
static final int KEY_CONTAINER_FEATURE_COUNT
static final int KEY_CONTAINER_OPERATION_COUNT
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getRoot()
Root
'.
Rootorg.eclipse.emf.ecore.EReference getRoot_Intermediate()
Intermediate'.
Root.getIntermediate(),
getRoot()org.eclipse.emf.ecore.EClass getIntermediate()
Intermediate'.
Intermediateorg.eclipse.emf.ecore.EReference getIntermediate_Container()
Container'.
Intermediate.getContainer(),
getIntermediate()org.eclipse.emf.ecore.EClass getContainer()
Container'.
Containerorg.eclipse.emf.ecore.EReference getContainer_Children()
Children'.
Container.getChildren(),
getContainer()org.eclipse.emf.ecore.EClass getChild()
Child'.
Childorg.eclipse.emf.ecore.EReference getChild_IntermediateTarget()
Intermediate Target'.
Child.getIntermediateTarget(),
getChild()org.eclipse.emf.ecore.EReference getChild_Key()
Key'.
Child.getKey(),
getChild()org.eclipse.emf.ecore.EClass getIntermediateTarget()
Intermediate Target'.
IntermediateTargetorg.eclipse.emf.ecore.EReference getIntermediateTarget_Target()
Target'.
IntermediateTarget.getTarget(),
getIntermediateTarget()org.eclipse.emf.ecore.EClass getTarget()
Target'.
Targetorg.eclipse.emf.ecore.EAttribute getTarget_Name()
Name'.
Target.getName(),
getTarget()org.eclipse.emf.ecore.EClass getKeyContainer()
Key Container'.
KeyContainerorg.eclipse.emf.ecore.EAttribute getKeyContainer_Key()
Key'.
KeyContainer.getKey(),
getKeyContainer()ExampleFactory getExampleFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||