Interface ContainersPackage.Literals
-
- Enclosing interface:
- ContainersPackage
public static interface ContainersPackage.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
COMPILATION_UNIT
The meta object literal for the 'Compilation Unit
' class.static EReference
COMPILATION_UNIT__CLASSIFIERS
The meta object literal for the 'Classifiers' containment reference list feature.static EClass
EMPTY_MODEL
The meta object literal for the 'Empty Model
' class.static EClass
JAVA_ROOT
The meta object literal for the 'Java Root
' class.static EClass
MODULE
The meta object literal for the 'Module
' class.static EReference
MODULE__OPEN
The meta object literal for the 'Open' containment reference feature.static EReference
MODULE__PACKAGES
The meta object literal for the 'Packages' reference list feature.static EReference
MODULE__TARGET
The meta object literal for the 'Target' containment reference list feature.static EClass
PACKAGE
The meta object literal for the 'Package
' class.static EReference
PACKAGE__CLASSIFIERS
The meta object literal for the 'Classifiers' reference list feature.static EReference
PACKAGE__MODULE
The meta object literal for the 'Module' reference feature.
-
-
-
Field Detail
-
JAVA_ROOT
static final EClass JAVA_ROOT
The meta object literal for the 'Java Root
' class.- See Also:
JavaRootImpl
,ContainersPackageImpl.getJavaRoot()
- Generated class or method.
-
COMPILATION_UNIT
static final EClass COMPILATION_UNIT
The meta object literal for the 'Compilation Unit
' class.- See Also:
CompilationUnitImpl
,ContainersPackageImpl.getCompilationUnit()
- Generated class or method.
-
COMPILATION_UNIT__CLASSIFIERS
static final EReference COMPILATION_UNIT__CLASSIFIERS
The meta object literal for the 'Classifiers' containment reference list feature.- Generated class or method.
-
PACKAGE
static final EClass PACKAGE
The meta object literal for the 'Package
' class.- See Also:
PackageImpl
,ContainersPackageImpl.getPackage()
- Generated class or method.
-
PACKAGE__MODULE
static final EReference PACKAGE__MODULE
The meta object literal for the 'Module' reference feature.- Generated class or method.
-
PACKAGE__CLASSIFIERS
static final EReference PACKAGE__CLASSIFIERS
The meta object literal for the 'Classifiers' reference list feature.- Generated class or method.
-
EMPTY_MODEL
static final EClass EMPTY_MODEL
The meta object literal for the 'Empty Model
' class.- See Also:
EmptyModelImpl
,ContainersPackageImpl.getEmptyModel()
- Generated class or method.
-
MODULE
static final EClass MODULE
The meta object literal for the 'Module
' class.- See Also:
ModuleImpl
,ContainersPackageImpl.getModule()
- Generated class or method.
-
MODULE__OPEN
static final EReference MODULE__OPEN
The meta object literal for the 'Open' containment reference feature.- Generated class or method.
-
MODULE__TARGET
static final EReference MODULE__TARGET
The meta object literal for the 'Target' containment reference list feature.- Generated class or method.
-
MODULE__PACKAGES
static final EReference MODULE__PACKAGES
The meta object literal for the 'Packages' reference list feature.- Generated class or method.
-
-