testmodel1
Interface TestModel1Package.Literals

Enclosing interface:
TestModel1Package

public static interface TestModel1Package.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass EMPTY_NODE
          The meta object literal for the 'Empty Node' class
static org.eclipse.emf.ecore.EClass EMPTY_REF_NODE
          The meta object literal for the 'Empty Ref Node' class
static org.eclipse.emf.ecore.EReference EMPTY_REF_NODE__MORE_REFERENCES
          The meta object literal for the 'More References' reference list feature
static org.eclipse.emf.ecore.EClass EXTENDED_NODE
          The meta object literal for the 'Extended Node' class
static org.eclipse.emf.ecore.EReference EXTENDED_NODE__BIDI_SOURCE
          The meta object literal for the 'Bidi Source' reference list feature
static org.eclipse.emf.ecore.EReference EXTENDED_NODE__BIDI_TARGET
          The meta object literal for the 'Bidi Target' reference list feature
static org.eclipse.emf.ecore.EAttribute EXTENDED_NODE__STRING_FEATURE2
          The meta object literal for the 'String Feature2' attribute feature
static org.eclipse.emf.ecore.EClass TREE_NODE
          The meta object literal for the 'Tree Node' class
static org.eclipse.emf.ecore.EAttribute TREE_NODE__BOOLEAN_FEATURE
          The meta object literal for the 'Boolean Feature' attribute feature
static org.eclipse.emf.ecore.EReference TREE_NODE__CHILDREN
          The meta object literal for the 'Children' containment reference list feature
static org.eclipse.emf.ecore.EAttribute TREE_NODE__INT_FEATURE
          The meta object literal for the 'Int Feature' attribute feature
static org.eclipse.emf.ecore.EReference TREE_NODE__PARENT
          The meta object literal for the 'Parent' container reference feature
static org.eclipse.emf.ecore.EReference TREE_NODE__REFERENCES
          The meta object literal for the 'References' reference list feature
static org.eclipse.emf.ecore.EAttribute TREE_NODE__STRING_FEATURE
          The meta object literal for the 'String Feature' attribute feature
 

Field Detail

TREE_NODE

static final org.eclipse.emf.ecore.EClass TREE_NODE
The meta object literal for the 'Tree Node' class.

See Also:
TreeNodeImpl, TestModel1PackageImpl.getTreeNode()

TREE_NODE__PARENT

static final org.eclipse.emf.ecore.EReference TREE_NODE__PARENT
The meta object literal for the 'Parent' container reference feature.


TREE_NODE__CHILDREN

static final org.eclipse.emf.ecore.EReference TREE_NODE__CHILDREN
The meta object literal for the 'Children' containment reference list feature.


TREE_NODE__REFERENCES

static final org.eclipse.emf.ecore.EReference TREE_NODE__REFERENCES
The meta object literal for the 'References' reference list feature.


TREE_NODE__BOOLEAN_FEATURE

static final org.eclipse.emf.ecore.EAttribute TREE_NODE__BOOLEAN_FEATURE
The meta object literal for the 'Boolean Feature' attribute feature.


TREE_NODE__INT_FEATURE

static final org.eclipse.emf.ecore.EAttribute TREE_NODE__INT_FEATURE
The meta object literal for the 'Int Feature' attribute feature.


TREE_NODE__STRING_FEATURE

static final org.eclipse.emf.ecore.EAttribute TREE_NODE__STRING_FEATURE
The meta object literal for the 'String Feature' attribute feature.


EXTENDED_NODE

static final org.eclipse.emf.ecore.EClass EXTENDED_NODE
The meta object literal for the 'Extended Node' class.

See Also:
ExtendedNodeImpl, TestModel1PackageImpl.getExtendedNode()

EXTENDED_NODE__BIDI_SOURCE

static final org.eclipse.emf.ecore.EReference EXTENDED_NODE__BIDI_SOURCE
The meta object literal for the 'Bidi Source' reference list feature.


EXTENDED_NODE__BIDI_TARGET

static final org.eclipse.emf.ecore.EReference EXTENDED_NODE__BIDI_TARGET
The meta object literal for the 'Bidi Target' reference list feature.


EXTENDED_NODE__STRING_FEATURE2

static final org.eclipse.emf.ecore.EAttribute EXTENDED_NODE__STRING_FEATURE2
The meta object literal for the 'String Feature2' attribute feature.


EMPTY_NODE

static final org.eclipse.emf.ecore.EClass EMPTY_NODE
The meta object literal for the 'Empty Node' class.

See Also:
EmptyNodeImpl, TestModel1PackageImpl.getEmptyNode()

EMPTY_REF_NODE

static final org.eclipse.emf.ecore.EClass EMPTY_REF_NODE
The meta object literal for the 'Empty Ref Node' class.

See Also:
EmptyRefNodeImpl, TestModel1PackageImpl.getEmptyRefNode()

EMPTY_REF_NODE__MORE_REFERENCES

static final org.eclipse.emf.ecore.EReference EMPTY_REF_NODE__MORE_REFERENCES
The meta object literal for the 'More References' reference list feature.


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.