Package org.emftext.commons.jdt
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:
JdtFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
JdtPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static JdtPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
JDT_FIELD
The meta object id for the 'JDT Field
' class.static int
JDT_FIELD__NAME
The feature id for the 'Name' attribute.static int
JDT_FIELD_FEATURE_COUNT
The number of structural features of the 'JDT Field' class.static int
JDT_JAVA_CLASSIFIER
The meta object id for the 'JDT Java Classifier
' class.static int
JDT_JAVA_CLASSIFIER__ABSTRACT
The feature id for the 'Abstract' attribute.static int
JDT_JAVA_CLASSIFIER__CACHED_FIELDS
The feature id for the 'Cached Fields' reference list.static int
JDT_JAVA_CLASSIFIER__ENCLOSING_TYPE_NAMES
The feature id for the 'Enclosing Type Names' attribute list.static int
JDT_JAVA_CLASSIFIER__ENUM
The feature id for the 'Enum' attribute.static int
JDT_JAVA_CLASSIFIER__HAS_CACHED_FIELDS
The feature id for the 'Has Cached Fields' attribute.static int
JDT_JAVA_CLASSIFIER__INTERFACE
The feature id for the 'Interface' attribute.static int
JDT_JAVA_CLASSIFIER__PACKAGE_NAME
The feature id for the 'Package Name' attribute.static int
JDT_JAVA_CLASSIFIER__PATH
The feature id for the 'Path' attribute.static int
JDT_JAVA_CLASSIFIER__PROJECT_NAME
The feature id for the 'Project Name' attribute.static int
JDT_JAVA_CLASSIFIER__SIMPLE_NAME
The feature id for the 'Simple Name' attribute.static int
JDT_JAVA_CLASSIFIER_FEATURE_COUNT
The number of structural features of the 'JDT Java Classifier' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdtFactory
getJdtFactory()
Returns the factory that creates the instances of the model.EClass
getJDTField()
Returns the meta object for class 'JDT Field
'.EAttribute
getJDTField_Name()
Returns the meta object for the attribute 'Name
'.EClass
getJDTJavaClassifier()
Returns the meta object for class 'JDT Java Classifier
'.EAttribute
getJDTJavaClassifier_Abstract()
Returns the meta object for the attribute 'Abstract
'.EReference
getJDTJavaClassifier_CachedFields()
Returns the meta object for the reference list 'Cached Fields
'.EAttribute
getJDTJavaClassifier_EnclosingTypeNames()
Returns the meta object for the attribute list 'Enclosing Type Names
'.EAttribute
getJDTJavaClassifier_Enum()
Returns the meta object for the attribute 'Enum
'.EAttribute
getJDTJavaClassifier_HasCachedFields()
Returns the meta object for the attribute 'Has Cached Fields
'.EAttribute
getJDTJavaClassifier_Interface()
Returns the meta object for the attribute 'Interface
'.EAttribute
getJDTJavaClassifier_PackageName()
Returns the meta object for the attribute 'Package Name
'.EAttribute
getJDTJavaClassifier_Path()
Returns the meta object for the attribute 'Path
'.EAttribute
getJDTJavaClassifier_ProjectName()
Returns the meta object for the attribute 'Project Name
'.EAttribute
getJDTJavaClassifier_SimpleName()
Returns the meta object for the attribute 'Simple Name
'.-
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 Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- 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:
JDTJavaClassifierImpl
,JdtPackageImpl.getJDTJavaClassifier()
, Constant Field Values- 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:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
- Constant Field Values
- 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:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
JDT_FIELD
static final int JDT_FIELD
The meta object id for the 'JDT Field
' class.- See Also:
JDTFieldImpl
,JdtPackageImpl.getJDTField()
, Constant Field Values- Generated class or method.
-
JDT_FIELD__NAME
static final int JDT_FIELD__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- 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:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getJDTJavaClassifier
EClass getJDTJavaClassifier()
Returns the meta object for class 'JDT Java Classifier
'.- Returns:
- the meta object for class 'JDT Java Classifier'.
- See Also:
JDTJavaClassifier
- Generated class or method.
-
getJDTJavaClassifier_SimpleName
EAttribute getJDTJavaClassifier_SimpleName()
Returns the meta object for the attribute 'Simple Name
'.- Returns:
- the meta object for the attribute 'Simple Name'.
- See Also:
JDTJavaClassifier.getSimpleName()
,getJDTJavaClassifier()
- Generated class or method.
-
getJDTJavaClassifier_PackageName
EAttribute getJDTJavaClassifier_PackageName()
Returns the meta object for the attribute 'Package Name
'.- Returns:
- the meta object for the attribute 'Package Name'.
- See Also:
JDTJavaClassifier.getPackageName()
,getJDTJavaClassifier()
- Generated class or method.
-
getJDTJavaClassifier_EnclosingTypeNames
EAttribute getJDTJavaClassifier_EnclosingTypeNames()
Returns the meta object for the attribute list 'Enclosing Type Names
'.- Returns:
- the meta object for the attribute list 'Enclosing Type Names'.
- See Also:
JDTJavaClassifier.getEnclosingTypeNames()
,getJDTJavaClassifier()
- Generated class or method.
-
getJDTJavaClassifier_Path
EAttribute getJDTJavaClassifier_Path()
Returns the meta object for the attribute 'Path
'.- Returns:
- the meta object for the attribute 'Path'.
- See Also:
JDTJavaClassifier.getPath()
,getJDTJavaClassifier()
- Generated class or method.
-
getJDTJavaClassifier_CachedFields
EReference getJDTJavaClassifier_CachedFields()
Returns the meta object for the reference list 'Cached Fields
'.- Returns:
- the meta object for the reference list 'Cached Fields'.
- See Also:
JDTJavaClassifier.getCachedFields()
,getJDTJavaClassifier()
- Generated class or method.
-
getJDTJavaClassifier_HasCachedFields
EAttribute getJDTJavaClassifier_HasCachedFields()
Returns the meta object for the attribute 'Has Cached Fields
'.- Returns:
- the meta object for the attribute 'Has Cached Fields'.
- See Also:
JDTJavaClassifier.isHasCachedFields()
,getJDTJavaClassifier()
- Generated class or method.
-
getJDTJavaClassifier_ProjectName
EAttribute getJDTJavaClassifier_ProjectName()
Returns the meta object for the attribute 'Project Name
'.- Returns:
- the meta object for the attribute 'Project Name'.
- See Also:
JDTJavaClassifier.getProjectName()
,getJDTJavaClassifier()
- Generated class or method.
-
getJDTJavaClassifier_Abstract
EAttribute getJDTJavaClassifier_Abstract()
Returns the meta object for the attribute 'Abstract
'.- Returns:
- the meta object for the attribute 'Abstract'.
- See Also:
JDTJavaClassifier.isAbstract()
,getJDTJavaClassifier()
- Generated class or method.
-
getJDTJavaClassifier_Interface
EAttribute getJDTJavaClassifier_Interface()
Returns the meta object for the attribute 'Interface
'.- Returns:
- the meta object for the attribute 'Interface'.
- See Also:
JDTJavaClassifier.isInterface()
,getJDTJavaClassifier()
- Generated class or method.
-
getJDTJavaClassifier_Enum
EAttribute getJDTJavaClassifier_Enum()
Returns the meta object for the attribute 'Enum
'.- Returns:
- the meta object for the attribute 'Enum'.
- See Also:
JDTJavaClassifier.isEnum()
,getJDTJavaClassifier()
- Generated class or method.
-
getJDTField
EClass getJDTField()
Returns the meta object for class 'JDT Field
'.- Returns:
- the meta object for class 'JDT Field'.
- See Also:
JDTField
- Generated class or method.
-
getJDTField_Name
EAttribute getJDTField_Name()
Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
JDTField.getName()
,getJDTField()
- Generated class or method.
-
getJdtFactory
JdtFactory getJdtFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-