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
Fields Modifier and Type Field Description static EClass
ANNOTATION
The meta object literal for the 'Annotation
' class.static EClass
ANONYMOUS_CLASS
The meta object literal for the 'Anonymous Class
' class.static EClass
CLASS
The meta object literal for the 'Class
' class.static EReference
CLASS__DEFAULT_EXTENDS
The meta object literal for the 'Default Extends' containment reference feature.static EReference
CLASS__EXTENDS
The meta object literal for the 'Extends' containment reference feature.static EClass
CLASSIFIER
The meta object literal for the 'Classifier
' class.static EClass
CONCRETE_CLASSIFIER
The meta object literal for the 'Concrete Classifier
' class.static EReference
CONCRETE_CLASSIFIER__PACKAGE
The meta object literal for the 'Package' reference feature.static EClass
ENUMERATION
The meta object literal for the 'Enumeration
' class.static EReference
ENUMERATION__CONSTANTS
The meta object literal for the 'Constants' containment reference list feature.static EClass
IMPLEMENTOR
The meta object literal for the 'Implementor
' class.static EReference
IMPLEMENTOR__IMPLEMENTS
The meta object literal for the 'Implements' containment reference list feature.static EClass
INTERFACE
The meta object literal for the 'Interface
' class.static EReference
INTERFACE__DEFAULT_EXTENDS
The meta object literal for the 'Default Extends' containment reference list feature.static EReference
INTERFACE__EXTENDS
The meta object literal for the 'Extends' containment reference list feature.
-
-
-
Field Detail
-
CLASSIFIER
static final EClass CLASSIFIER
The meta object literal for the 'Classifier
' class.- See Also:
ClassifierImpl
,ClassifiersPackageImpl.getClassifier()
- Generated class or method.
-
CONCRETE_CLASSIFIER
static final EClass CONCRETE_CLASSIFIER
The meta object literal for the 'Concrete Classifier
' class.- See Also:
ConcreteClassifierImpl
,ClassifiersPackageImpl.getConcreteClassifier()
- Generated class or method.
-
CONCRETE_CLASSIFIER__PACKAGE
static final EReference CONCRETE_CLASSIFIER__PACKAGE
The meta object literal for the 'Package' reference feature.- Generated class or method.
-
IMPLEMENTOR
static final EClass IMPLEMENTOR
The meta object literal for the 'Implementor
' class.- See Also:
ImplementorImpl
,ClassifiersPackageImpl.getImplementor()
- Generated class or method.
-
IMPLEMENTOR__IMPLEMENTS
static final EReference IMPLEMENTOR__IMPLEMENTS
The meta object literal for the 'Implements' containment reference list feature.- Generated class or method.
-
CLASS
static final EClass CLASS
The meta object literal for the 'Class
' class.- See Also:
ClassImpl
,ClassifiersPackageImpl.getClass_()
- Generated class or method.
-
CLASS__EXTENDS
static final EReference CLASS__EXTENDS
The meta object literal for the 'Extends' containment reference feature.- Generated class or method.
-
CLASS__DEFAULT_EXTENDS
static final EReference CLASS__DEFAULT_EXTENDS
The meta object literal for the 'Default Extends' containment reference feature.- Generated class or method.
-
INTERFACE
static final EClass INTERFACE
The meta object literal for the 'Interface
' class.- See Also:
InterfaceImpl
,ClassifiersPackageImpl.getInterface()
- Generated class or method.
-
INTERFACE__EXTENDS
static final EReference INTERFACE__EXTENDS
The meta object literal for the 'Extends' containment reference list feature.- Generated class or method.
-
INTERFACE__DEFAULT_EXTENDS
static final EReference INTERFACE__DEFAULT_EXTENDS
The meta object literal for the 'Default Extends' containment reference list feature.- Generated class or method.
-
ENUMERATION
static final EClass ENUMERATION
The meta object literal for the 'Enumeration
' class.- See Also:
EnumerationImpl
,ClassifiersPackageImpl.getEnumeration()
- Generated class or method.
-
ENUMERATION__CONSTANTS
static final EReference ENUMERATION__CONSTANTS
The meta object literal for the 'Constants' containment reference list feature.- Generated class or method.
-
ANNOTATION
static final EClass ANNOTATION
The meta object literal for the 'Annotation
' class.- See Also:
AnnotationImpl
,ClassifiersPackageImpl.getAnnotation()
- Generated class or method.
-
ANONYMOUS_CLASS
static final EClass ANONYMOUS_CLASS
The meta object literal for the 'Anonymous Class
' class.- See Also:
AnonymousClassImpl
,ClassifiersPackageImpl.getAnonymousClass()
- Generated class or method.
-
-