Interface ClassifiersPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
ClassifiersPackageImpl

public interface ClassifiersPackage extends EPackage
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"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated class or method.
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated class or method.
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated class or method.
    • eINSTANCE

      static final ClassifiersPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • CLASSIFIER

      static final int CLASSIFIER
      The meta object id for the 'Classifier' class.
      See Also:
      Generated class or method.
    • CLASSIFIER__LAYOUT_INFORMATIONS

      static final int CLASSIFIER__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASSIFIER__NAME

      static final int CLASSIFIER__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASSIFIER_FEATURE_COUNT

      static final int CLASSIFIER_FEATURE_COUNT
      The number of structural features of the 'Classifier' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONCRETE_CLASSIFIER

      static final int CONCRETE_CLASSIFIER
      The meta object id for the 'Concrete Classifier' class.
      See Also:
      Generated class or method.
    • CONCRETE_CLASSIFIER__LAYOUT_INFORMATIONS

      static final int CONCRETE_CLASSIFIER__LAYOUT_INFORMATIONS
      The 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__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONCRETE_CLASSIFIER__TYPE_PARAMETERS

      static final int CONCRETE_CLASSIFIER__TYPE_PARAMETERS
      The 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__MEMBERS
      The 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_MEMBERS
      The 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_MODIFIERS
      The 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__PACKAGE
      The feature id for the 'Package' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CONCRETE_CLASSIFIER_FEATURE_COUNT

      static final int CONCRETE_CLASSIFIER_FEATURE_COUNT
      The number of structural features of the 'Concrete Classifier' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • IMPLEMENTOR

      static final int IMPLEMENTOR
      The meta object id for the 'Implementor' class.
      See Also:
      Generated class or method.
    • IMPLEMENTOR__LAYOUT_INFORMATIONS

      static final int IMPLEMENTOR__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • IMPLEMENTOR__IMPLEMENTS

      static final int IMPLEMENTOR__IMPLEMENTS
      The feature id for the 'Implements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • IMPLEMENTOR_FEATURE_COUNT

      static final int IMPLEMENTOR_FEATURE_COUNT
      The number of structural features of the 'Implementor' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASS

      static final int CLASS
      The meta object id for the 'Class' class.
      See Also:
      Generated class or method.
    • CLASS__LAYOUT_INFORMATIONS

      static final int CLASS__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASS__NAME

      static final int CLASS__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASS__TYPE_PARAMETERS

      static final int CLASS__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASS__MEMBERS

      static final int CLASS__MEMBERS
      The feature id for the 'Members' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASS__DEFAULT_MEMBERS

      static final int CLASS__DEFAULT_MEMBERS
      The 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_MODIFIERS
      The feature id for the 'Annotations And Modifiers' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASS__PACKAGE

      static final int CLASS__PACKAGE
      The feature id for the 'Package' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASS__IMPLEMENTS

      static final int CLASS__IMPLEMENTS
      The feature id for the 'Implements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASS__EXTENDS

      static final int CLASS__EXTENDS
      The feature id for the 'Extends' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASS__DEFAULT_EXTENDS

      static final int CLASS__DEFAULT_EXTENDS
      The feature id for the 'Default Extends' containment reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • CLASS_FEATURE_COUNT

      static final int CLASS_FEATURE_COUNT
      The number of structural features of the 'Class' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE

      static final int INTERFACE
      The meta object id for the 'Interface' class.
      See Also:
      Generated class or method.
    • INTERFACE__LAYOUT_INFORMATIONS

      static final int INTERFACE__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE__NAME

      static final int INTERFACE__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE__TYPE_PARAMETERS

      static final int INTERFACE__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE__MEMBERS

      static final int INTERFACE__MEMBERS
      The feature id for the 'Members' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE__DEFAULT_MEMBERS

      static final int INTERFACE__DEFAULT_MEMBERS
      The 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_MODIFIERS
      The feature id for the 'Annotations And Modifiers' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE__PACKAGE

      static final int INTERFACE__PACKAGE
      The feature id for the 'Package' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE__EXTENDS

      static final int INTERFACE__EXTENDS
      The feature id for the 'Extends' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • INTERFACE__DEFAULT_EXTENDS

      static final int INTERFACE__DEFAULT_EXTENDS
      The 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_COUNT
      The number of structural features of the 'Interface' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUMERATION

      static final int ENUMERATION
      The meta object id for the 'Enumeration' class.
      See Also:
      Generated class or method.
    • ENUMERATION__LAYOUT_INFORMATIONS

      static final int ENUMERATION__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUMERATION__NAME

      static final int ENUMERATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUMERATION__TYPE_PARAMETERS

      static final int ENUMERATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUMERATION__MEMBERS

      static final int ENUMERATION__MEMBERS
      The feature id for the 'Members' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUMERATION__DEFAULT_MEMBERS

      static final int ENUMERATION__DEFAULT_MEMBERS
      The 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_MODIFIERS
      The feature id for the 'Annotations And Modifiers' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUMERATION__PACKAGE

      static final int ENUMERATION__PACKAGE
      The feature id for the 'Package' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUMERATION__IMPLEMENTS

      static final int ENUMERATION__IMPLEMENTS
      The feature id for the 'Implements' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUMERATION__CONSTANTS

      static final int ENUMERATION__CONSTANTS
      The feature id for the 'Constants' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ENUMERATION_FEATURE_COUNT

      static final int ENUMERATION_FEATURE_COUNT
      The number of structural features of the 'Enumeration' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ANNOTATION

      static final int ANNOTATION
      The meta object id for the 'Annotation' class.
      See Also:
      Generated class or method.
    • ANNOTATION__LAYOUT_INFORMATIONS

      static final int ANNOTATION__LAYOUT_INFORMATIONS
      The feature id for the 'Layout Informations' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ANNOTATION__NAME

      static final int ANNOTATION__NAME
      The feature id for the 'Name' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • ANNOTATION__TYPE_PARAMETERS

      static final int ANNOTATION__TYPE_PARAMETERS
      The feature id for the 'Type Parameters' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ANNOTATION__MEMBERS

      static final int ANNOTATION__MEMBERS
      The feature id for the 'Members' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ANNOTATION__DEFAULT_MEMBERS

      static final int ANNOTATION__DEFAULT_MEMBERS
      The 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_MODIFIERS
      The feature id for the 'Annotations And Modifiers' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • ANNOTATION__PACKAGE

      static final int ANNOTATION__PACKAGE
      The feature id for the 'Package' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • ANNOTATION_FEATURE_COUNT

      static final int ANNOTATION_FEATURE_COUNT
      The number of structural features of the 'Annotation' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • ANONYMOUS_CLASS

      static final int ANONYMOUS_CLASS
      The meta object id for the 'Anonymous Class' class.
      See Also:
      Generated class or method.
    • ANONYMOUS_CLASS__LAYOUT_INFORMATIONS

      static final int ANONYMOUS_CLASS__LAYOUT_INFORMATIONS
      The 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__MEMBERS
      The 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_MEMBERS
      The 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_COUNT
      The 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.