Interface ClassifiersPackage.Literals
-
- Enclosing interface:
- ClassifiersPackage
public static interface ClassifiersPackage.LiteralsDefines 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 EClassANNOTATIONThe meta object literal for the 'Annotation' class.static EClassANONYMOUS_CLASSThe meta object literal for the 'Anonymous Class' class.static EClassCLASSThe meta object literal for the 'Class' class.static EReferenceCLASS__DEFAULT_EXTENDSThe meta object literal for the 'Default Extends' containment reference feature.static EReferenceCLASS__EXTENDSThe meta object literal for the 'Extends' containment reference feature.static EClassCLASSIFIERThe meta object literal for the 'Classifier' class.static EClassCONCRETE_CLASSIFIERThe meta object literal for the 'Concrete Classifier' class.static EReferenceCONCRETE_CLASSIFIER__PACKAGEThe meta object literal for the 'Package' reference feature.static EClassENUMERATIONThe meta object literal for the 'Enumeration' class.static EReferenceENUMERATION__CONSTANTSThe meta object literal for the 'Constants' containment reference list feature.static EClassIMPLEMENTORThe meta object literal for the 'Implementor' class.static EReferenceIMPLEMENTOR__IMPLEMENTSThe meta object literal for the 'Implements' containment reference list feature.static EClassINTERFACEThe meta object literal for the 'Interface' class.static EReferenceINTERFACE__DEFAULT_EXTENDSThe meta object literal for the 'Default Extends' containment reference list feature.static EReferenceINTERFACE__EXTENDSThe 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.
-
-