Interface ClassifiersPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ClassifiersPackageImpl
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Annotation
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Default Members' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Members' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Package' reference.static final int
The feature id for the 'Type Parameters' containment reference list.static final int
The number of structural features of the 'Annotation' class.static final int
The meta object id for the 'Anonymous Class
' class.static final int
The feature id for the 'Default Members' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Members' containment reference list.static final int
The number of structural features of the 'Anonymous Class' class.static final int
The meta object id for the 'Class
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Default Extends' containment reference.static final int
The feature id for the 'Default Members' containment reference list.static final int
The feature id for the 'Extends' containment reference.static final int
The feature id for the 'Implements' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Members' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Package' reference.static final int
The feature id for the 'Type Parameters' containment reference list.static final int
The number of structural features of the 'Class' class.static final int
The meta object id for the 'Classifier
' class.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Classifier' class.static final int
The meta object id for the 'Concrete Classifier
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Default Members' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Members' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Package' reference.static final int
The feature id for the 'Type Parameters' containment reference list.static final int
The number of structural features of the 'Concrete Classifier' class.static final ClassifiersPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Enumeration
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Constants' containment reference list.static final int
The feature id for the 'Default Members' containment reference list.static final int
The feature id for the 'Implements' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Members' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Package' reference.static final int
The feature id for the 'Type Parameters' containment reference list.static final int
The number of structural features of the 'Enumeration' class.static final int
The meta object id for the 'Implementor
' class.static final int
The feature id for the 'Implements' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The number of structural features of the 'Implementor' class.static final int
The meta object id for the 'Interface
' class.static final int
The feature id for the 'Annotations And Modifiers' containment reference list.static final int
The feature id for the 'Default Extends' containment reference list.static final int
The feature id for the 'Default Members' containment reference list.static final int
The feature id for the 'Extends' containment reference list.static final int
The feature id for the 'Layout Informations' containment reference list.static final int
The feature id for the 'Members' containment reference list.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Package' reference.static final int
The feature id for the 'Type Parameters' containment reference list.static final int
The number of structural features of the 'Interface' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Annotation
'.Returns the meta object for class 'Anonymous Class
'.Returns the meta object for class 'Class
'.Returns the meta object for the containment reference 'Default Extends
'.Returns the meta object for the containment reference 'Extends
'.Returns the meta object for class 'Classifier
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Concrete Classifier
'.Returns the meta object for the reference 'Package
'.Returns the meta object for class 'Enumeration
'.Returns the meta object for the containment reference list 'Constants
'.Returns the meta object for class 'Implementor
'.Returns the meta object for the containment reference list 'Implements
'.Returns the meta object for class 'Interface
'.Returns the meta object for the containment reference list 'Default Extends
'.Returns the meta object for the containment reference list 'Extends
'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
CLASSIFIER
static final int CLASSIFIERThe meta object id for the 'Classifier
' class.- See Also:
- Generated class or method.
-
CLASSIFIER__LAYOUT_INFORMATIONS
static final int CLASSIFIER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASSIFIER__NAME
static final int CLASSIFIER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASSIFIER_FEATURE_COUNT
static final int CLASSIFIER_FEATURE_COUNTThe number of structural features of the 'Classifier' class.- See Also:
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER
static final int CONCRETE_CLASSIFIERThe meta object id for the 'Concrete Classifier
' class.- See Also:
- Generated class or method.
-
CONCRETE_CLASSIFIER__LAYOUT_INFORMATIONS
static final int CONCRETE_CLASSIFIER__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__NAME
static final int CONCRETE_CLASSIFIER__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__TYPE_PARAMETERS
static final int CONCRETE_CLASSIFIER__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__MEMBERS
static final int CONCRETE_CLASSIFIER__MEMBERSThe feature id for the 'Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__DEFAULT_MEMBERS
static final int CONCRETE_CLASSIFIER__DEFAULT_MEMBERSThe feature id for the 'Default Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__ANNOTATIONS_AND_MODIFIERS
static final int CONCRETE_CLASSIFIER__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER__PACKAGE
static final int CONCRETE_CLASSIFIER__PACKAGEThe feature id for the 'Package' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CONCRETE_CLASSIFIER_FEATURE_COUNT
static final int CONCRETE_CLASSIFIER_FEATURE_COUNTThe number of structural features of the 'Concrete Classifier' class.- See Also:
- Generated class or method.
- Ordered collection.
-
IMPLEMENTOR
static final int IMPLEMENTORThe meta object id for the 'Implementor
' class.- See Also:
- Generated class or method.
-
IMPLEMENTOR__LAYOUT_INFORMATIONS
static final int IMPLEMENTOR__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
IMPLEMENTOR__IMPLEMENTS
static final int IMPLEMENTOR__IMPLEMENTSThe feature id for the 'Implements' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
IMPLEMENTOR_FEATURE_COUNT
static final int IMPLEMENTOR_FEATURE_COUNTThe number of structural features of the 'Implementor' class.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS
static final int CLASSThe meta object id for the 'Class
' class.- See Also:
- Generated class or method.
-
CLASS__LAYOUT_INFORMATIONS
static final int CLASS__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS__NAME
static final int CLASS__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS__TYPE_PARAMETERS
static final int CLASS__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS__MEMBERS
static final int CLASS__MEMBERSThe feature id for the 'Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS__DEFAULT_MEMBERS
static final int CLASS__DEFAULT_MEMBERSThe feature id for the 'Default Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS__ANNOTATIONS_AND_MODIFIERS
static final int CLASS__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS__PACKAGE
static final int CLASS__PACKAGEThe feature id for the 'Package' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS__IMPLEMENTS
static final int CLASS__IMPLEMENTSThe feature id for the 'Implements' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS__EXTENDS
static final int CLASS__EXTENDSThe feature id for the 'Extends' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS__DEFAULT_EXTENDS
static final int CLASS__DEFAULT_EXTENDSThe feature id for the 'Default Extends' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
CLASS_FEATURE_COUNT
static final int CLASS_FEATURE_COUNTThe number of structural features of the 'Class' class.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE
static final int INTERFACEThe meta object id for the 'Interface
' class.- See Also:
- Generated class or method.
-
INTERFACE__LAYOUT_INFORMATIONS
static final int INTERFACE__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE__NAME
static final int INTERFACE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE__TYPE_PARAMETERS
static final int INTERFACE__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE__MEMBERS
static final int INTERFACE__MEMBERSThe feature id for the 'Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE__DEFAULT_MEMBERS
static final int INTERFACE__DEFAULT_MEMBERSThe feature id for the 'Default Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE__ANNOTATIONS_AND_MODIFIERS
static final int INTERFACE__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE__PACKAGE
static final int INTERFACE__PACKAGEThe feature id for the 'Package' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE__EXTENDS
static final int INTERFACE__EXTENDSThe feature id for the 'Extends' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE__DEFAULT_EXTENDS
static final int INTERFACE__DEFAULT_EXTENDSThe feature id for the 'Default Extends' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
INTERFACE_FEATURE_COUNT
static final int INTERFACE_FEATURE_COUNTThe number of structural features of the 'Interface' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION
static final int ENUMERATIONThe meta object id for the 'Enumeration
' class.- See Also:
- Generated class or method.
-
ENUMERATION__LAYOUT_INFORMATIONS
static final int ENUMERATION__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION__NAME
static final int ENUMERATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION__TYPE_PARAMETERS
static final int ENUMERATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION__MEMBERS
static final int ENUMERATION__MEMBERSThe feature id for the 'Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION__DEFAULT_MEMBERS
static final int ENUMERATION__DEFAULT_MEMBERSThe feature id for the 'Default Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION__ANNOTATIONS_AND_MODIFIERS
static final int ENUMERATION__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION__PACKAGE
static final int ENUMERATION__PACKAGEThe feature id for the 'Package' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION__IMPLEMENTS
static final int ENUMERATION__IMPLEMENTSThe feature id for the 'Implements' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION__CONSTANTS
static final int ENUMERATION__CONSTANTSThe feature id for the 'Constants' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ENUMERATION_FEATURE_COUNT
static final int ENUMERATION_FEATURE_COUNTThe number of structural features of the 'Enumeration' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION
static final int ANNOTATIONThe meta object id for the 'Annotation
' class.- See Also:
- Generated class or method.
-
ANNOTATION__LAYOUT_INFORMATIONS
static final int ANNOTATION__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION__NAME
static final int ANNOTATION__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION__TYPE_PARAMETERS
static final int ANNOTATION__TYPE_PARAMETERSThe feature id for the 'Type Parameters' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION__MEMBERS
static final int ANNOTATION__MEMBERSThe feature id for the 'Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION__DEFAULT_MEMBERS
static final int ANNOTATION__DEFAULT_MEMBERSThe feature id for the 'Default Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION__ANNOTATIONS_AND_MODIFIERS
static final int ANNOTATION__ANNOTATIONS_AND_MODIFIERSThe feature id for the 'Annotations And Modifiers' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION__PACKAGE
static final int ANNOTATION__PACKAGEThe feature id for the 'Package' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ANNOTATION_FEATURE_COUNT
static final int ANNOTATION_FEATURE_COUNTThe number of structural features of the 'Annotation' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ANONYMOUS_CLASS
static final int ANONYMOUS_CLASSThe meta object id for the 'Anonymous Class
' class.- See Also:
- Generated class or method.
-
ANONYMOUS_CLASS__LAYOUT_INFORMATIONS
static final int ANONYMOUS_CLASS__LAYOUT_INFORMATIONSThe feature id for the 'Layout Informations' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANONYMOUS_CLASS__MEMBERS
static final int ANONYMOUS_CLASS__MEMBERSThe feature id for the 'Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANONYMOUS_CLASS__DEFAULT_MEMBERS
static final int ANONYMOUS_CLASS__DEFAULT_MEMBERSThe feature id for the 'Default Members' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANONYMOUS_CLASS_FEATURE_COUNT
static final int ANONYMOUS_CLASS_FEATURE_COUNTThe number of structural features of the 'Anonymous Class' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getClassifier
EClass getClassifier()Returns the meta object for class 'Classifier
'.- Returns:
- the meta object for class 'Classifier'.
- See Also:
- Generated class or method.
-
getConcreteClassifier
EClass getConcreteClassifier()Returns the meta object for class 'Concrete Classifier
'.- Returns:
- the meta object for class 'Concrete Classifier'.
- See Also:
- Generated class or method.
-
getConcreteClassifier_Package
EReference getConcreteClassifier_Package()Returns the meta object for the reference 'Package
'.- Returns:
- the meta object for the reference 'Package'.
- See Also:
- Generated class or method.
-
getImplementor
EClass getImplementor()Returns the meta object for class 'Implementor
'.- Returns:
- the meta object for class 'Implementor'.
- See Also:
- Generated class or method.
-
getImplementor_Implements
EReference getImplementor_Implements()Returns the meta object for the containment reference list 'Implements
'.- Returns:
- the meta object for the containment reference list 'Implements'.
- See Also:
- Generated class or method.
-
getClass_
EClass getClass_()Returns the meta object for class 'Class
'.- Returns:
- the meta object for class 'Class'.
- See Also:
- Generated class or method.
-
getClass_Extends
EReference getClass_Extends()Returns the meta object for the containment reference 'Extends
'.- Returns:
- the meta object for the containment reference 'Extends'.
- See Also:
- Generated class or method.
-
getClass_DefaultExtends
EReference getClass_DefaultExtends()Returns the meta object for the containment reference 'Default Extends
'.- Returns:
- the meta object for the containment reference 'Default Extends'.
- See Also:
- Generated class or method.
-
getInterface
EClass getInterface()Returns the meta object for class 'Interface
'.- Returns:
- the meta object for class 'Interface'.
- See Also:
- Generated class or method.
-
getInterface_Extends
EReference getInterface_Extends()Returns the meta object for the containment reference list 'Extends
'.- Returns:
- the meta object for the containment reference list 'Extends'.
- See Also:
- Generated class or method.
-
getInterface_DefaultExtends
EReference getInterface_DefaultExtends()Returns the meta object for the containment reference list 'Default Extends
'.- Returns:
- the meta object for the containment reference list 'Default Extends'.
- See Also:
- Generated class or method.
-
getEnumeration
EClass getEnumeration()Returns the meta object for class 'Enumeration
'.- Returns:
- the meta object for class 'Enumeration'.
- See Also:
- Generated class or method.
-
getEnumeration_Constants
EReference getEnumeration_Constants()Returns the meta object for the containment reference list 'Constants
'.- Returns:
- the meta object for the containment reference list 'Constants'.
- See Also:
- Generated class or method.
-
getAnnotation
EClass getAnnotation()Returns the meta object for class 'Annotation
'.- Returns:
- the meta object for class 'Annotation'.
- See Also:
- Generated class or method.
-
getAnonymousClass
EClass getAnonymousClass()Returns the meta object for class 'Anonymous Class
'.- Returns:
- the meta object for class 'Anonymous Class'.
- See Also:
- Generated class or method.
-
getClassifiersFactory
ClassifiersFactory getClassifiersFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-