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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
WOPSEJBJarExtensionImpl

public interface WOPSEJBJarExtension
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'WOPSEJB Jar Extension'. WOPS deployment properties for EJB Modules.

The following features are supported:

See Also:
WopsejbextPackage.getWOPSEJBJarExtension()

Method Summary
 com.ibm.ejs.models.base.extensions.ejbext.EJBJarExtension getEjbJarExtension()
          Returns the value of the 'Ejb Jar Extension' reference
 void setEjbJarExtension(com.ibm.ejs.models.base.extensions.ejbext.EJBJarExtension value)
          Sets the value of the 'Ejb Jar Extension' reference
 
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
 

Method Detail

getEjbJarExtension

com.ibm.ejs.models.base.extensions.ejbext.EJBJarExtension getEjbJarExtension()
Returns the value of the 'Ejb Jar Extension' reference. A required reference to the base EJB jar extension (from ibm-ejb-jar-ext.xmi) being extended

Returns:
the value of the 'Ejb Jar Extension' reference.
See Also:
setEjbJarExtension(EJBJarExtension), WopsejbextPackage.getWOPSEJBJarExtension_EjbJarExtension()

setEjbJarExtension

void setEjbJarExtension(com.ibm.ejs.models.base.extensions.ejbext.EJBJarExtension value)
Sets the value of the 'Ejb Jar Extension' reference.

Parameters:
value - the new value of the 'Ejb Jar Extension' reference.
See Also:
getEjbJarExtension()