Interface ClassifiersPackage.Literals
- Enclosing interface:
- ClassifiersPackage
public static interface ClassifiersPackage.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
Modifier and TypeFieldDescriptionstatic final EClass
The meta object literal for the 'Annotation
' class.static final EClass
The meta object literal for the 'Anonymous Class
' class.static final EClass
The meta object literal for the 'Class
' class.static final EReference
The meta object literal for the 'Default Extends' containment reference feature.static final EReference
The meta object literal for the 'Extends' containment reference feature.static final EClass
The meta object literal for the 'Classifier
' class.static final EClass
The meta object literal for the 'Concrete Classifier
' class.static final EReference
The meta object literal for the 'Package' reference feature.static final EClass
The meta object literal for the 'Enumeration
' class.static final EReference
The meta object literal for the 'Constants' containment reference list feature.static final EClass
The meta object literal for the 'Implementor
' class.static final EReference
The meta object literal for the 'Implements' containment reference list feature.static final EClass
The meta object literal for the 'Interface
' class.static final EReference
The meta object literal for the 'Default Extends' containment reference list feature.static final EReference
The meta object literal for the 'Extends' containment reference list feature.
-
Field Details
-
CLASSIFIER
The meta object literal for the 'Classifier
' class.- See Also:
- Generated class or method.
-
CONCRETE_CLASSIFIER
The meta object literal for the 'Concrete Classifier
' class.- See Also:
- Generated class or method.
-
CONCRETE_CLASSIFIER__PACKAGE
The meta object literal for the 'Package' reference feature.- Generated class or method.
-
IMPLEMENTOR
The meta object literal for the 'Implementor
' class.- See Also:
- Generated class or method.
-
IMPLEMENTOR__IMPLEMENTS
The meta object literal for the 'Implements' containment reference list feature.- Generated class or method.
-
CLASS
The meta object literal for the 'Class
' class.- See Also:
- Generated class or method.
-
CLASS__EXTENDS
The meta object literal for the 'Extends' containment reference feature.- Generated class or method.
-
CLASS__DEFAULT_EXTENDS
The meta object literal for the 'Default Extends' containment reference feature.- Generated class or method.
-
INTERFACE
The meta object literal for the 'Interface
' class.- See Also:
- Generated class or method.
-
INTERFACE__EXTENDS
The meta object literal for the 'Extends' containment reference list feature.- Generated class or method.
-
INTERFACE__DEFAULT_EXTENDS
The meta object literal for the 'Default Extends' containment reference list feature.- Generated class or method.
-
ENUMERATION
The meta object literal for the 'Enumeration
' class.- See Also:
- Generated class or method.
-
ENUMERATION__CONSTANTS
The meta object literal for the 'Constants' containment reference list feature.- Generated class or method.
-
ANNOTATION
The meta object literal for the 'Annotation
' class.- See Also:
- Generated class or method.
-
ANONYMOUS_CLASS
The meta object literal for the 'Anonymous Class
' class.- See Also:
- Generated class or method.
-