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

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

public interface AdaptiveentityejbbndFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
AdaptiveentityejbbndPackage

Field Summary
static AdaptiveentityejbbndFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 AdaptiveEntityBinding createAdaptiveEntityBinding()
          Returns a new object of class 'Adaptive Entity Binding'
 AdaptiveEntityControllerBinding createAdaptiveEntityControllerBinding()
          Returns a new object of class 'Adaptive Entity Controller Binding'
 AdaptiveEntityEJBJarBinding createAdaptiveEntityEJBJarBinding()
          Returns a new object of class 'Adaptive Entity EJB Jar Binding'
 AdaptiveentityejbbndPackage getAdaptiveentityejbbndPackage()
          Returns the package supported by this factory
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
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

eINSTANCE

static final AdaptiveentityejbbndFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createAdaptiveEntityEJBJarBinding

AdaptiveEntityEJBJarBinding createAdaptiveEntityEJBJarBinding()
Returns a new object of class 'Adaptive Entity EJB Jar Binding'.

Returns:
a new object of class 'Adaptive Entity EJB Jar Binding'.

createAdaptiveEntityBinding

AdaptiveEntityBinding createAdaptiveEntityBinding()
Returns a new object of class 'Adaptive Entity Binding'.

Returns:
a new object of class 'Adaptive Entity Binding'.

createAdaptiveEntityControllerBinding

AdaptiveEntityControllerBinding createAdaptiveEntityControllerBinding()
Returns a new object of class 'Adaptive Entity Controller Binding'.

Returns:
a new object of class 'Adaptive Entity Controller Binding'.

getAdaptiveentityejbbndPackage

AdaptiveentityejbbndPackage getAdaptiveentityejbbndPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.