com.ibm.wala.ecore.j2ee.scope
Interface J2EEScopePackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
J2EEScopePackageImpl

public interface J2EEScopePackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
J2EEScopeFactory

Nested Class Summary
static interface J2EEScopePackage.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
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int EEAR_FILE
          The meta object id for the 'EEar File' class.
static int EEAR_FILE__URL
          The feature id for the 'Url' attribute.
static int EEAR_FILE_FEATURE_COUNT
          The number of structural features of the 'EEar File' class.
static J2EEScopePackage eINSTANCE
          The singleton instance of the package.
static int EJ2EE_ANALYSIS_SCOPE
          The meta object id for the 'EJ2EE Analysis Scope' class.
static int EJ2EE_ANALYSIS_SCOPE__EXCLUSION_FILE_NAME
          The feature id for the 'Exclusion File Name' attribute.
static int EJ2EE_ANALYSIS_SCOPE__LOADERS
          The feature id for the 'Loaders' containment reference list.
static int EJ2EE_ANALYSIS_SCOPE_FEATURE_COUNT
          The number of structural features of the 'EJ2EE Analysis Scope' class.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int EWAR_FILE
          The meta object id for the 'EWar File' class.
static int EWAR_FILE__URL
          The feature id for the 'Url' attribute.
static int EWAR_FILE_FEATURE_COUNT
          The number of structural features of the 'EWar File' class.
 
Method Summary
 org.eclipse.emf.ecore.EClass getEEarFile()
          Returns the meta object for class 'EEar File'.
 org.eclipse.emf.ecore.EClass getEJ2EEAnalysisScope()
          Returns the meta object for class 'EJ2EE Analysis Scope'.
 org.eclipse.emf.ecore.EClass getEWarFile()
          Returns the meta object for class 'EWar File'.
 J2EEScopeFactory getJ2EEScopeFactory()
          Returns the factory that creates the instances of the model.
 
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.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final J2EEScopePackage eINSTANCE
The singleton instance of the package.


EJ2EE_ANALYSIS_SCOPE

static final int EJ2EE_ANALYSIS_SCOPE
The meta object id for the 'EJ2EE Analysis Scope' class.

See Also:
EJ2EEAnalysisScopeImpl, J2EEScopePackageImpl.getEJ2EEAnalysisScope(), Constant Field Values

EJ2EE_ANALYSIS_SCOPE__LOADERS

static final int EJ2EE_ANALYSIS_SCOPE__LOADERS
The feature id for the 'Loaders' containment reference list.

See Also:
Constant Field Values

EJ2EE_ANALYSIS_SCOPE__EXCLUSION_FILE_NAME

static final int EJ2EE_ANALYSIS_SCOPE__EXCLUSION_FILE_NAME
The feature id for the 'Exclusion File Name' attribute.

See Also:
Constant Field Values

EJ2EE_ANALYSIS_SCOPE_FEATURE_COUNT

static final int EJ2EE_ANALYSIS_SCOPE_FEATURE_COUNT
The number of structural features of the 'EJ2EE Analysis Scope' class.

See Also:
Constant Field Values

EEAR_FILE

static final int EEAR_FILE
The meta object id for the 'EEar File' class.

See Also:
EEarFileImpl, J2EEScopePackageImpl.getEEarFile(), Constant Field Values

EEAR_FILE__URL

static final int EEAR_FILE__URL
The feature id for the 'Url' attribute.

See Also:
Constant Field Values

EEAR_FILE_FEATURE_COUNT

static final int EEAR_FILE_FEATURE_COUNT
The number of structural features of the 'EEar File' class.

See Also:
Constant Field Values

EWAR_FILE

static final int EWAR_FILE
The meta object id for the 'EWar File' class.

See Also:
EWarFileImpl, J2EEScopePackageImpl.getEWarFile(), Constant Field Values

EWAR_FILE__URL

static final int EWAR_FILE__URL
The feature id for the 'Url' attribute.

See Also:
Constant Field Values

EWAR_FILE_FEATURE_COUNT

static final int EWAR_FILE_FEATURE_COUNT
The number of structural features of the 'EWar File' class.

See Also:
Constant Field Values
Method Detail

getEJ2EEAnalysisScope

org.eclipse.emf.ecore.EClass getEJ2EEAnalysisScope()
Returns the meta object for class 'EJ2EE Analysis Scope'.

Returns:
the meta object for class 'EJ2EE Analysis Scope'.
See Also:
EJ2EEAnalysisScope

getEEarFile

org.eclipse.emf.ecore.EClass getEEarFile()
Returns the meta object for class 'EEar File'.

Returns:
the meta object for class 'EEar File'.
See Also:
EEarFile

getEWarFile

org.eclipse.emf.ecore.EClass getEWarFile()
Returns the meta object for class 'EWar File'.

Returns:
the meta object for class 'EWar File'.
See Also:
EWarFile

getJ2EEScopeFactory

J2EEScopeFactory getJ2EEScopeFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.