Package tools.mdsd.eclipseproject.dummy
Interface DummyPackage.Literals
-
- Enclosing interface:
- DummyPackage
public static interface DummyPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
DUMMY_CLASS
The meta object literal for the 'Class
' class.static EAttribute
DUMMY_CLASS__NAME
The meta object literal for the 'Name' attribute feature.
-
-
-
Field Detail
-
DUMMY_CLASS
static final EClass DUMMY_CLASS
The meta object literal for the 'Class
' class.- See Also:
DummyClassImpl
,DummyPackageImpl.getDummyClass()
- Generated class or method.
-
DUMMY_CLASS__NAME
static final EAttribute DUMMY_CLASS__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
-