org.eclipse.emf.ecp.view.treemasterdetail.validation.test.TestTMD
Interface TestTMDPackage

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

public interface TestTMDPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
TestTMDFactory

Nested Class Summary
static interface TestTMDPackage.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_LEVEL1
          The meta object id for the ' Child Level1' class.
static int CHILD_LEVEL1__CHILDREN
          The feature id for the 'Children' containment reference list.
static int CHILD_LEVEL1__NAME
          The feature id for the 'Name' attribute.
static int CHILD_LEVEL1_FEATURE_COUNT
          The number of structural features of the 'Child Level1' class.
static int CHILD_LEVEL1_OPERATION_COUNT
          The number of operations of the 'Child Level1' class.
static int CHILD_LEVEL2
          The meta object id for the ' Child Level2' class.
static int CHILD_LEVEL2__NAME
          The feature id for the 'Name' attribute.
static int CHILD_LEVEL2_FEATURE_COUNT
          The number of structural features of the 'Child Level2' class.
static int CHILD_LEVEL2_OPERATION_COUNT
          The number of operations of the 'Child Level2' class.
static TestTMDPackage 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 ROOT
          The meta object id for the ' Root' class.
static int ROOT__CHILDREN
          The feature id for the 'Children' containment reference list.
static int ROOT__NAME
          The feature id for the 'Name' attribute.
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.
 
Method Summary
 org.eclipse.emf.ecore.EReference getChildLevel1_Children()
          Returns the meta object for the containment reference list ' Children'.
 org.eclipse.emf.ecore.EAttribute getChildLevel1_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EClass getChildLevel1()
          Returns the meta object for class ' Child Level1'.
 org.eclipse.emf.ecore.EAttribute getChildLevel2_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EClass getChildLevel2()
          Returns the meta object for class ' Child Level2'.
 org.eclipse.emf.ecore.EReference getRoot_Children()
          Returns the meta object for the containment reference list ' Children'.
 org.eclipse.emf.ecore.EAttribute getRoot_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EClass getRoot()
          Returns the meta object for class ' Root'.
 TestTMDFactory getTestTMDFactory()
          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

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final TestTMDPackage eINSTANCE
The singleton instance of the package.


ROOT

static final int ROOT
The meta object id for the ' Root' class.

See Also:
RootImpl, TestTMDPackageImpl.getRoot(), Constant Field Values

ROOT__NAME

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

See Also:
Constant Field Values

ROOT__CHILDREN

static final int ROOT__CHILDREN
The feature id for the 'Children' containment reference list.

See Also:
Constant Field Values

ROOT_FEATURE_COUNT

static final int ROOT_FEATURE_COUNT
The number of structural features of the 'Root' class.

See Also:
Constant Field Values

ROOT_OPERATION_COUNT

static final int ROOT_OPERATION_COUNT
The number of operations of the 'Root' class.

See Also:
Constant Field Values

CHILD_LEVEL1

static final int CHILD_LEVEL1
The meta object id for the ' Child Level1' class.

See Also:
ChildLevel1Impl, TestTMDPackageImpl.getChildLevel1(), Constant Field Values

CHILD_LEVEL1__NAME

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

See Also:
Constant Field Values

CHILD_LEVEL1__CHILDREN

static final int CHILD_LEVEL1__CHILDREN
The feature id for the 'Children' containment reference list.

See Also:
Constant Field Values

CHILD_LEVEL1_FEATURE_COUNT

static final int CHILD_LEVEL1_FEATURE_COUNT
The number of structural features of the 'Child Level1' class.

See Also:
Constant Field Values

CHILD_LEVEL1_OPERATION_COUNT

static final int CHILD_LEVEL1_OPERATION_COUNT
The number of operations of the 'Child Level1' class.

See Also:
Constant Field Values

CHILD_LEVEL2

static final int CHILD_LEVEL2
The meta object id for the ' Child Level2' class.

See Also:
ChildLevel2Impl, TestTMDPackageImpl.getChildLevel2(), Constant Field Values

CHILD_LEVEL2__NAME

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

See Also:
Constant Field Values

CHILD_LEVEL2_FEATURE_COUNT

static final int CHILD_LEVEL2_FEATURE_COUNT
The number of structural features of the 'Child Level2' class.

See Also:
Constant Field Values

CHILD_LEVEL2_OPERATION_COUNT

static final int CHILD_LEVEL2_OPERATION_COUNT
The number of operations of the 'Child Level2' class.

See Also:
Constant Field Values
Method Detail

getRoot

org.eclipse.emf.ecore.EClass getRoot()
Returns the meta object for class ' Root'.

Returns:
the meta object for class 'Root'.
See Also:
Root

getRoot_Name

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

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

getRoot_Children

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

Returns:
the meta object for the containment reference list ' Children'.
See Also:
Root.getChildren(), getRoot()

getChildLevel1

org.eclipse.emf.ecore.EClass getChildLevel1()
Returns the meta object for class ' Child Level1'.

Returns:
the meta object for class 'Child Level1'.
See Also:
ChildLevel1

getChildLevel1_Name

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

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

getChildLevel1_Children

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

Returns:
the meta object for the containment reference list ' Children'.
See Also:
ChildLevel1.getChildren(), getChildLevel1()

getChildLevel2

org.eclipse.emf.ecore.EClass getChildLevel2()
Returns the meta object for class ' Child Level2'.

Returns:
the meta object for class 'Child Level2'.
See Also:
ChildLevel2

getChildLevel2_Name

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

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

getTestTMDFactory

TestTMDFactory getTestTMDFactory()
Returns the factory that creates the instances of the model.

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


Copyright © 2015. All Rights Reserved.