com.ibm.websphere.wim.pluginmanager.context
Interface ContextFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface ContextFactory
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:
ContextPackage
Generated:

Field Summary
static ContextFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'.
 EmitterExceptionContext createEmitterExceptionContext()
          Returns a new object of class 'Emitter Exception Context'.
 ExceptionContext createExceptionContext()
          Returns a new object of class 'Exception Context'.
 InlineExitContext createInlineExitContext()
          Returns a new object of class 'Inline Exit Context'.
 ModificationListContext createModificationListContext()
          Returns a new object of class 'Modification List Context'.
 ModificationSubscriberContext createModificationSubscriberContext()
          Returns a new object of class 'Modification Subscriber Context'.
 NotificationListContext createNotificationListContext()
          Returns a new object of class 'Notification List Context'.
 NotificationSubscriberContext createNotificationSubscriberContext()
          Returns a new object of class 'Notification Subscriber Context'.
 PostExitContext createPostExitContext()
          Returns a new object of class 'Post Exit Context'.
 PreExitContext createPreExitContext()
          Returns a new object of class 'Pre Exit Context'.
 SubscriberExecContext createSubscriberExecContext()
          Returns a new object of class 'Subscriber Exec Context'.
 UIDContext createUIDContext()
          Returns a new object of class 'UID Context'.
 ContextPackage getContextPackage()
          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 ContextFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createDocumentRoot

DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Generated:
Return:
a new object of class 'Document Root'.

createEmitterExceptionContext

EmitterExceptionContext createEmitterExceptionContext()
Returns a new object of class 'Emitter Exception Context'.

Generated:
Return:
a new object of class 'Emitter Exception Context'.

createExceptionContext

ExceptionContext createExceptionContext()
Returns a new object of class 'Exception Context'.

Generated:
Return:
a new object of class 'Exception Context'.

createInlineExitContext

InlineExitContext createInlineExitContext()
Returns a new object of class 'Inline Exit Context'.

Generated:
Return:
a new object of class 'Inline Exit Context'.

createModificationListContext

ModificationListContext createModificationListContext()
Returns a new object of class 'Modification List Context'.

Generated:
Return:
a new object of class 'Modification List Context'.

createModificationSubscriberContext

ModificationSubscriberContext createModificationSubscriberContext()
Returns a new object of class 'Modification Subscriber Context'.

Generated:
Return:
a new object of class 'Modification Subscriber Context'.

createNotificationListContext

NotificationListContext createNotificationListContext()
Returns a new object of class 'Notification List Context'.

Generated:
Return:
a new object of class 'Notification List Context'.

createNotificationSubscriberContext

NotificationSubscriberContext createNotificationSubscriberContext()
Returns a new object of class 'Notification Subscriber Context'.

Generated:
Return:
a new object of class 'Notification Subscriber Context'.

createPostExitContext

PostExitContext createPostExitContext()
Returns a new object of class 'Post Exit Context'.

Generated:
Return:
a new object of class 'Post Exit Context'.

createPreExitContext

PreExitContext createPreExitContext()
Returns a new object of class 'Pre Exit Context'.

Generated:
Return:
a new object of class 'Pre Exit Context'.

createSubscriberExecContext

SubscriberExecContext createSubscriberExecContext()
Returns a new object of class 'Subscriber Exec Context'.

Generated:
Return:
a new object of class 'Subscriber Exec Context'.

createUIDContext

UIDContext createUIDContext()
Returns a new object of class 'UID Context'.

Generated:
Return:
a new object of class 'UID Context'.

getContextPackage

ContextPackage getContextPackage()
Returns the package supported by this factory.

Generated:
Return:
the package supported by this factory.