org.eclipse.ohf.stem.definitions.nodes
Interface NodesPackage.Literals

Enclosing interface:
NodesPackage

public static interface NodesPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass GEOGRAPHIC_FEATURE
          The meta object literal for the 'Geographic Feature' class.
static org.eclipse.emf.ecore.EClass NODE
          The meta object literal for the 'Node' class.
static org.eclipse.emf.ecore.EClass REGION
          The meta object literal for the 'Region' class.
 

Field Detail

GEOGRAPHIC_FEATURE

static final org.eclipse.emf.ecore.EClass GEOGRAPHIC_FEATURE
The meta object literal for the 'Geographic Feature' class.

See Also:
GeographicFeatureImpl, NodesPackageImpl.getGeographicFeature()

REGION

static final org.eclipse.emf.ecore.EClass REGION
The meta object literal for the 'Region' class.

See Also:
RegionImpl, NodesPackageImpl.getRegion()

NODE

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

See Also:
Node, NodesPackageImpl.getNode()