com.ibm.websphere.models.extensions.pushdownejbext
Interface PushdownejbextFactory

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

public interface PushdownejbextFactory
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:
PushdownejbextPackage

Field Summary
static PushdownejbextFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 PushDownCMPAttribute createPushDownCMPAttribute()
          Returns a new object of class 'Push Down CMP Attribute'
 PushDownConnectionSpecProperty createPushDownConnectionSpecProperty()
          Returns a new object of class 'Push Down Connection Spec Property'
 PushDownContainerManagedEntityExtension createPushDownContainerManagedEntityExtension()
          Returns a new object of class 'Push Down Container Managed Entity Extension'
 PushDownEJBJarExtension createPushDownEJBJarExtension()
          Returns a new object of class 'Push Down EJB Jar Extension'
 PushDownMethodElement createPushDownMethodElement()
          Returns a new object of class 'Push Down Method Element'
 PushdownejbextPackage getPushdownejbextPackage()
          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 PushdownejbextFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createPushDownEJBJarExtension

PushDownEJBJarExtension createPushDownEJBJarExtension()
Returns a new object of class 'Push Down EJB Jar Extension'.

Returns:
a new object of class 'Push Down EJB Jar Extension'.

createPushDownContainerManagedEntityExtension

PushDownContainerManagedEntityExtension createPushDownContainerManagedEntityExtension()
Returns a new object of class 'Push Down Container Managed Entity Extension'.

Returns:
a new object of class 'Push Down Container Managed Entity Extension'.

createPushDownMethodElement

PushDownMethodElement createPushDownMethodElement()
Returns a new object of class 'Push Down Method Element'.

Returns:
a new object of class 'Push Down Method Element'.

createPushDownCMPAttribute

PushDownCMPAttribute createPushDownCMPAttribute()
Returns a new object of class 'Push Down CMP Attribute'.

Returns:
a new object of class 'Push Down CMP Attribute'.

createPushDownConnectionSpecProperty

PushDownConnectionSpecProperty createPushDownConnectionSpecProperty()
Returns a new object of class 'Push Down Connection Spec Property'.

Returns:
a new object of class 'Push Down Connection Spec Property'.

getPushdownejbextPackage

PushdownejbextPackage getPushdownejbextPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.