com.ibm.websphere.models.extensions.adaptiveentityejbext
Interface AdaptiveEntityEJBJarExtension

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

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

A representation of the model object 'Adaptive Entity EJB Jar Extension'. The Adaptive Entity extensions for an EJB module.

The following features are supported:

See Also:
AdaptiveentityejbextPackage.getAdaptiveEntityEJBJarExtension()

Method Summary
 org.eclipse.emf.common.util.EList getAdaptiveEntities()
          Returns the value of the 'Adaptive Entities' containment reference list.
 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. The corresponding base EJB module extensions.

Returns:
the value of the 'Ejb Jar Extension' reference.
See Also:
setEjbJarExtension(EJBJarExtension), AdaptiveentityejbextPackage.getAdaptiveEntityEJBJarExtension_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()

getAdaptiveEntities

org.eclipse.emf.common.util.EList getAdaptiveEntities()
Returns the value of the 'Adaptive Entities' containment reference list. The list contents are of type AdaptiveEntityExtension. The collection of Adaptive Entity extensions for this EJB module.

Returns:
the value of the 'Adaptive Entities' containment reference list.
See Also:
AdaptiveentityejbextPackage.getAdaptiveEntityEJBJarExtension_AdaptiveEntities()