Interface IndirectionsPackage.Literals
-
- Enclosing interface:
- IndirectionsPackage
public static interface IndirectionsPackage.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
JAVA_CLASS_REALIZATION
The meta object literal for the 'Java Class Realization
' class.static EAttribute
JAVA_CLASS_REALIZATION__CONFIG_ENTRIES
The meta object literal for the 'Config Entries' attribute list feature.static EAttribute
JAVA_CLASS_REALIZATION__REALIZING_CLASS_FQN
The meta object literal for the 'Realizing Class Fqn' attribute feature.
-
-
-
Field Detail
-
JAVA_CLASS_REALIZATION
static final EClass JAVA_CLASS_REALIZATION
The meta object literal for the 'Java Class Realization
' class.- See Also:
JavaClassRealizationImpl
,IndirectionsPackageImpl.getJavaClassRealization()
- Generated class or method.
-
JAVA_CLASS_REALIZATION__REALIZING_CLASS_FQN
static final EAttribute JAVA_CLASS_REALIZATION__REALIZING_CLASS_FQN
The meta object literal for the 'Realizing Class Fqn' attribute feature.- Generated class or method.
-
JAVA_CLASS_REALIZATION__CONFIG_ENTRIES
static final EAttribute JAVA_CLASS_REALIZATION__CONFIG_ENTRIES
The meta object literal for the 'Config Entries' attribute list feature.- Generated class or method.
-
-