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

Enclosing interface:
TreePackage

public static interface TreePackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass DATA
          The meta object literal for the 'Data' class
static EAttribute DATA__NAME
          The meta object literal for the 'Name' attribute feature
static EReference DATA__NODE
          The meta object literal for the 'Node' reference feature
static EClass NODE
          The meta object literal for the 'Node' class
static EReference NODE__CHILDREN
          The meta object literal for the 'Children' containment reference list feature
static EReference NODE__DATA
          The meta object literal for the 'Data' reference feature
static EAttribute NODE__NAME
          The meta object literal for the 'Name' attribute feature
static EReference NODE__PARENT
          The meta object literal for the 'Parent' container reference feature
static EReference NODE__RELATED_NODES
          The meta object literal for the 'Related Nodes' reference list feature
 

Field Detail

NODE

static final EClass NODE
The meta object literal for the 'Node' class.

See Also:
NodeImpl, TreePackageImpl.getNode()

NODE__NAME

static final EAttribute NODE__NAME
The meta object literal for the 'Name' attribute feature.


NODE__PARENT

static final EReference NODE__PARENT
The meta object literal for the 'Parent' container reference feature.


NODE__CHILDREN

static final EReference NODE__CHILDREN
The meta object literal for the 'Children' containment reference list feature.


NODE__DATA

static final EReference NODE__DATA
The meta object literal for the 'Data' reference feature.


NODE__RELATED_NODES

static final EReference NODE__RELATED_NODES
The meta object literal for the 'Related Nodes' reference list feature.


DATA

static final EClass DATA
The meta object literal for the 'Data' class.

See Also:
DataImpl, TreePackageImpl.getData()

DATA__NAME

static final EAttribute DATA__NAME
The meta object literal for the 'Name' attribute feature.


DATA__NODE

static final EReference DATA__NODE
The meta object literal for the 'Node' reference feature.


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