Package org.palladiosimulator.pcm
Interface PcmPackage.Literals
-
- Enclosing interface:
- PcmPackage
public static interface PcmPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature 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 'Dummy Class
' class.static EClass
PCM_BASE_CLASS
The meta object literal for the 'PCM Base Class
' class.static EClass
PCM_CLASS
The meta object literal for the 'PCM Class
' class.
-
-
-
Field Detail
-
PCM_BASE_CLASS
static final EClass PCM_BASE_CLASS
The meta object literal for the 'PCM Base Class
' class.- See Also:
PCMBaseClassImpl
,PcmPackageImpl.getPCMBaseClass()
- Generated class or method.
-
PCM_CLASS
static final EClass PCM_CLASS
The meta object literal for the 'PCM Class
' class.- See Also:
PCMClassImpl
,PcmPackageImpl.getPCMClass()
- Generated class or method.
-
DUMMY_CLASS
static final EClass DUMMY_CLASS
The meta object literal for the 'Dummy Class
' class.- See Also:
DummyClassImpl
,PcmPackageImpl.getDummyClass()
- Generated class or method.
-
-