com.ibm.websphere.models.extensions.wopsejbext
Interface WopsejbextPackage

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:
WopsejbextPackageImpl

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

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

Deployment descriptor EJB jar level configuration settings for the WBI Work Order Preservation Service extension (ibm-ejb-jar-ext-wbi.xmi).

See Also:
WopsejbextFactory

Nested Class Summary
static interface WopsejbextPackage.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 WopsejbextPackage eINSTANCE
          The singleton instance of the package
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 WOPSEJB_JAR_EXTENSION
          The meta object id for the 'WOPSEJB Jar Extension' class
static int WOPSEJB_JAR_EXTENSION__EJB_JAR_EXTENSION
          The feature id for the 'Ejb Jar Extension' reference
static int WOPSEJB_JAR_EXTENSION_FEATURE_COUNT
          The number of structural features of the 'WOPSEJB Jar Extension' class
 
Method Summary
 WopsejbextFactory getWopsejbextFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getWOPSEJBJarExtension_EjbJarExtension()
          Returns the meta object for the reference 'Ejb Jar Extension'
 org.eclipse.emf.ecore.EClass getWOPSEJBJarExtension()
          Returns the meta object for class 'WOPSEJB Jar Extension'
 
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 WopsejbextPackage eINSTANCE
The singleton instance of the package.


WOPSEJB_JAR_EXTENSION

static final int WOPSEJB_JAR_EXTENSION
The meta object id for the 'WOPSEJB Jar Extension' class.

See Also:
WOPSEJBJarExtensionImpl, WopsejbextPackageImpl.getWOPSEJBJarExtension(), Constant Field Values

WOPSEJB_JAR_EXTENSION__EJB_JAR_EXTENSION

static final int WOPSEJB_JAR_EXTENSION__EJB_JAR_EXTENSION
The feature id for the 'Ejb Jar Extension' reference.

See Also:
Constant Field Values

WOPSEJB_JAR_EXTENSION_FEATURE_COUNT

static final int WOPSEJB_JAR_EXTENSION_FEATURE_COUNT
The number of structural features of the 'WOPSEJB Jar Extension' class.

See Also:
Constant Field Values
Method Detail

getWOPSEJBJarExtension

org.eclipse.emf.ecore.EClass getWOPSEJBJarExtension()
Returns the meta object for class 'WOPSEJB Jar Extension'.

Returns:
the meta object for class 'WOPSEJB Jar Extension'.
See Also:
WOPSEJBJarExtension

getWOPSEJBJarExtension_EjbJarExtension

org.eclipse.emf.ecore.EReference getWOPSEJBJarExtension_EjbJarExtension()
Returns the meta object for the reference 'Ejb Jar Extension'.

Returns:
the meta object for the reference 'Ejb Jar Extension'.
See Also:
WOPSEJBJarExtension.getEjbJarExtension(), getWOPSEJBJarExtension()

getWopsejbextFactory

WopsejbextFactory getWopsejbextFactory()
Returns the factory that creates the instances of the model.

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