org.eclipse.ohf.stem.tests.util.decorators
Interface DecoratorsPackage.Literals

Enclosing interface:
DecoratorsPackage

public static interface DecoratorsPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass EDGE_DECORATOR
          The meta object literal for the 'Edge Decorator' class.
static org.eclipse.emf.ecore.EClass GRAPH_DECORATOR
          The meta object literal for the 'Graph Decorator' class.
static org.eclipse.emf.ecore.EClass NODE_DECORATOR
          The meta object literal for the 'Node Decorator' class.
static org.eclipse.emf.ecore.EClass TEST_EDGE_DECORATOR1
          The meta object literal for the 'Test Edge Decorator1' class.
static org.eclipse.emf.ecore.EAttribute TEST_EDGE_DECORATOR1__EDGE_URI
          The meta object literal for the 'Edge URI' attribute feature.
static org.eclipse.emf.ecore.EAttribute TEST_EDGE_DECORATOR1__NODE_AURI
          The meta object literal for the 'Node AURI' attribute feature.
static org.eclipse.emf.ecore.EAttribute TEST_EDGE_DECORATOR1__NODE_BURI
          The meta object literal for the 'Node BURI' attribute feature.
static org.eclipse.emf.ecore.EClass TEST_GRAPH_DECORATOR1
          The meta object literal for the 'Test Graph Decorator1' class.
static org.eclipse.emf.ecore.EClass TEST_NODE_DECORATOR1
          The meta object literal for the 'Test Node Decorator1' class.
static org.eclipse.emf.ecore.EClass TEST_SCENARIO_GRAPH_DECORATOR1
          The meta object literal for the 'Test Scenario Graph Decorator1' class.
static org.eclipse.emf.ecore.EDataType URI
          The meta object literal for the 'URI' data type.
 

Field Detail

TEST_EDGE_DECORATOR1

static final org.eclipse.emf.ecore.EClass TEST_EDGE_DECORATOR1
The meta object literal for the 'Test Edge Decorator1' class.

See Also:
TestEdgeDecorator1Impl, DecoratorsPackageImpl.getTestEdgeDecorator1()

TEST_EDGE_DECORATOR1__NODE_AURI

static final org.eclipse.emf.ecore.EAttribute TEST_EDGE_DECORATOR1__NODE_AURI
The meta object literal for the 'Node AURI' attribute feature.


TEST_EDGE_DECORATOR1__NODE_BURI

static final org.eclipse.emf.ecore.EAttribute TEST_EDGE_DECORATOR1__NODE_BURI
The meta object literal for the 'Node BURI' attribute feature.


TEST_EDGE_DECORATOR1__EDGE_URI

static final org.eclipse.emf.ecore.EAttribute TEST_EDGE_DECORATOR1__EDGE_URI
The meta object literal for the 'Edge URI' attribute feature.


TEST_GRAPH_DECORATOR1

static final org.eclipse.emf.ecore.EClass TEST_GRAPH_DECORATOR1
The meta object literal for the 'Test Graph Decorator1' class.

See Also:
TestGraphDecorator1Impl, DecoratorsPackageImpl.getTestGraphDecorator1()

TEST_NODE_DECORATOR1

static final org.eclipse.emf.ecore.EClass TEST_NODE_DECORATOR1
The meta object literal for the 'Test Node Decorator1' class.

See Also:
TestNodeDecorator1Impl, DecoratorsPackageImpl.getTestNodeDecorator1()

TEST_SCENARIO_GRAPH_DECORATOR1

static final org.eclipse.emf.ecore.EClass TEST_SCENARIO_GRAPH_DECORATOR1
The meta object literal for the 'Test Scenario Graph Decorator1' class.

See Also:
TestScenarioGraphDecorator1Impl, DecoratorsPackageImpl.getTestScenarioGraphDecorator1()

EDGE_DECORATOR

static final org.eclipse.emf.ecore.EClass EDGE_DECORATOR
The meta object literal for the 'Edge Decorator' class.

See Also:
EdgeDecorator, DecoratorsPackageImpl.getEdgeDecorator()

GRAPH_DECORATOR

static final org.eclipse.emf.ecore.EClass GRAPH_DECORATOR
The meta object literal for the 'Graph Decorator' class.

See Also:
GraphDecorator, DecoratorsPackageImpl.getGraphDecorator()

NODE_DECORATOR

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

See Also:
NodeDecorator, DecoratorsPackageImpl.getNodeDecorator()

URI

static final org.eclipse.emf.ecore.EDataType URI
The meta object literal for the 'URI' data type.

See Also:
URI, DecoratorsPackageImpl.getURI()