com.ibm.websphere.models.bindings.adaptiveentityejbbnd
Interface AdaptiveEntityEJBJarBinding

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

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

A representation of the model object 'Adaptive Entity EJB Jar Binding'. Adaptive Entity bindings for EJB modules.

The following features are supported:

See Also:
AdaptiveentityejbbndPackage.getAdaptiveEntityEJBJarBinding()

Method Summary
 org.eclipse.emf.common.util.EList getAdaptiveEntities()
          Returns the value of the 'Adaptive Entities' containment reference list.
 com.ibm.ejs.models.base.bindings.ejbbnd.EJBJarBinding getEjbJarBinding()
          Returns the value of the 'Ejb Jar Binding' reference
 void setEjbJarBinding(com.ibm.ejs.models.base.bindings.ejbbnd.EJBJarBinding value)
          Sets the value of the 'Ejb Jar Binding' 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

getEjbJarBinding

com.ibm.ejs.models.base.bindings.ejbbnd.EJBJarBinding getEjbJarBinding()
Returns the value of the 'Ejb Jar Binding' reference. The corresponding base EJB module bindings.

Returns:
the value of the 'Ejb Jar Binding' reference.
See Also:
setEjbJarBinding(EJBJarBinding), AdaptiveentityejbbndPackage.getAdaptiveEntityEJBJarBinding_EjbJarBinding()

setEjbJarBinding

void setEjbJarBinding(com.ibm.ejs.models.base.bindings.ejbbnd.EJBJarBinding value)
Sets the value of the 'Ejb Jar Binding' reference.

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

getAdaptiveEntities

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

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