Interface JdtPackage

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

public interface JdtPackage 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 JdtPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • JDT_JAVA_CLASSIFIER

      static final int JDT_JAVA_CLASSIFIER
      The meta object id for the 'JDT Java Classifier' class.
      See Also:
      Generated class or method.
    • JDT_JAVA_CLASSIFIER__SIMPLE_NAME

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

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

      static final int JDT_JAVA_CLASSIFIER__ENCLOSING_TYPE_NAMES
      The feature id for the 'Enclosing Type Names' attribute list.
      See Also:
      Generated class or method.
      Ordered collection.
    • JDT_JAVA_CLASSIFIER__PATH

      static final int JDT_JAVA_CLASSIFIER__PATH
      The feature id for the 'Path' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • JDT_JAVA_CLASSIFIER__CACHED_FIELDS

      static final int JDT_JAVA_CLASSIFIER__CACHED_FIELDS
      The feature id for the 'Cached Fields' reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • JDT_JAVA_CLASSIFIER__HAS_CACHED_FIELDS

      static final int JDT_JAVA_CLASSIFIER__HAS_CACHED_FIELDS
      The feature id for the 'Has Cached Fields' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • JDT_JAVA_CLASSIFIER__PROJECT_NAME

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

      static final int JDT_JAVA_CLASSIFIER__ABSTRACT
      The feature id for the 'Abstract' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • JDT_JAVA_CLASSIFIER__INTERFACE

      static final int JDT_JAVA_CLASSIFIER__INTERFACE
      The feature id for the 'Interface' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • JDT_JAVA_CLASSIFIER__ENUM

      static final int JDT_JAVA_CLASSIFIER__ENUM
      The feature id for the 'Enum' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • JDT_JAVA_CLASSIFIER_FEATURE_COUNT

      static final int JDT_JAVA_CLASSIFIER_FEATURE_COUNT
      The number of structural features of the 'JDT Java Classifier' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • JDT_FIELD

      static final int JDT_FIELD
      The meta object id for the 'JDT Field' class.
      See Also:
      Generated class or method.
    • JDT_FIELD__NAME

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

      static final int JDT_FIELD_FEATURE_COUNT
      The number of structural features of the 'JDT Field' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details