org.eclipse.emf.test.models.tree
Interface TreePackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
TreePackageImpl

public interface TreePackage
extends EPackage

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

See Also:
TreeFactory

Nested Class Summary
static interface TreePackage.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
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static int DATA
          The meta object id for the 'Data' class
static int DATA__NAME
          The feature id for the 'Name' attribute
static int DATA__NODE
          The feature id for the 'Node' reference
static int DATA_FEATURE_COUNT
          The number of structural features of the 'Data' class
static TreePackage 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
static int NODE
          The meta object id for the 'Node' class
static int NODE__CHILDREN
          The feature id for the 'Children' containment reference list
static int NODE__DATA
          The feature id for the 'Data' reference
static int NODE__NAME
          The feature id for the 'Name' attribute
static int NODE__PARENT
          The feature id for the 'Parent' container reference
static int NODE__RELATED_NODES
          The feature id for the 'Related Nodes' reference list
static int NODE_FEATURE_COUNT
          The number of structural features of the 'Node' class
 
Method Summary
 EAttribute getData_Name()
          Returns the meta object for the attribute 'Name'
 EReference getData_Node()
          Returns the meta object for the reference 'Node'
 EClass getData()
          Returns the meta object for class 'Data'
 EReference getNode_Children()
          Returns the meta object for the containment reference list 'Children'
 EReference getNode_Data()
          Returns the meta object for the reference 'Data'
 EAttribute getNode_Name()
          Returns the meta object for the attribute 'Name'
 EReference getNode_Parent()
          Returns the meta object for the container reference 'Parent'
 EReference getNode_RelatedNodes()
          Returns the meta object for the reference list 'Related Nodes'
 EClass getNode()
          Returns the meta object for class 'Node'
 TreeFactory getTreeFactory()
          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 java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final TreePackage eINSTANCE
The singleton instance of the package.


NODE

static final int NODE
The meta object id for the 'Node' class.

See Also:
NodeImpl, TreePackageImpl.getNode(), Constant Field Values

NODE__NAME

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

See Also:
Constant Field Values

NODE__PARENT

static final int NODE__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values

NODE__CHILDREN

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

See Also:
Constant Field Values

NODE__DATA

static final int NODE__DATA
The feature id for the 'Data' reference.

See Also:
Constant Field Values

NODE__RELATED_NODES

static final int NODE__RELATED_NODES
The feature id for the 'Related Nodes' reference list.

See Also:
Constant Field Values

NODE_FEATURE_COUNT

static final int NODE_FEATURE_COUNT
The number of structural features of the 'Node' class.

See Also:
Constant Field Values

DATA

static final int DATA
The meta object id for the 'Data' class.

See Also:
DataImpl, TreePackageImpl.getData(), Constant Field Values

DATA__NAME

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

See Also:
Constant Field Values

DATA__NODE

static final int DATA__NODE
The feature id for the 'Node' reference.

See Also:
Constant Field Values

DATA_FEATURE_COUNT

static final int DATA_FEATURE_COUNT
The number of structural features of the 'Data' class.

See Also:
Constant Field Values
Method Detail

getNode

EClass getNode()
Returns the meta object for class 'Node'.

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

getNode_Name

EAttribute getNode_Name()
Returns the meta object for the attribute 'Name'.

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

getNode_Parent

EReference getNode_Parent()
Returns the meta object for the container reference 'Parent'.

Returns:
the meta object for the container reference 'Parent'.
See Also:
Node.getParent(), getNode()

getNode_Children

EReference getNode_Children()
Returns the meta object for the containment reference list 'Children'.

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

getNode_Data

EReference getNode_Data()
Returns the meta object for the reference 'Data'.

Returns:
the meta object for the reference 'Data'.
See Also:
Node.getData(), getNode()

getNode_RelatedNodes

EReference getNode_RelatedNodes()
Returns the meta object for the reference list 'Related Nodes'.

Returns:
the meta object for the reference list 'Related Nodes'.
See Also:
Node.getRelatedNodes(), getNode()

getData

EClass getData()
Returns the meta object for class 'Data'.

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

getData_Name

EAttribute getData_Name()
Returns the meta object for the attribute 'Name'.

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

getData_Node

EReference getData_Node()
Returns the meta object for the reference 'Node'.

Returns:
the meta object for the reference 'Node'.
See Also:
Data.getNode(), getData()

getTreeFactory

TreeFactory getTreeFactory()
Returns the factory that creates the instances of the model.

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

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.