IBM WebSphere Application ServerTM
Release 7

com.ibm.bpm.context.cobo
Interface ContextObjectFactory

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 ContextObjectFactory
extends org.eclipse.emf.ecore.EFactory

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


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
static ContextObjectFactory eINSTANCE
           
static ContextObjectFactory INSTANCE
          The singleton instance of the factory
 
Method Summary
 ContextObject createContextObject()
          Returns a new object of class 'Context Object'
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'
 HeaderInfoType createHeaderInfoType()
          Returns a new object of class 'Header Info Type'
 SourceInfoType createSourceInfoType()
          Returns a new object of class 'Source Info Type'
 UserDefinedContextType createUserDefinedContextType()
          Returns a new object of class 'User Defined Context Type'
 ContextObjectPackage getContextObjectPackage()
           
 
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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values

INSTANCE

static final ContextObjectFactory INSTANCE
The singleton instance of the factory.


eINSTANCE

static final ContextObjectFactory eINSTANCE
Method Detail

createContextObject

ContextObject createContextObject()
Returns a new object of class 'Context Object'.

Returns:
a new object of class 'Context Object'.

createDocumentRoot

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

Returns:
a new object of class 'Document Root'.

createHeaderInfoType

HeaderInfoType createHeaderInfoType()
Returns a new object of class 'Header Info Type'.

Returns:
a new object of class 'Header Info Type'.

createSourceInfoType

SourceInfoType createSourceInfoType()
Returns a new object of class 'Source Info Type'.

Returns:
a new object of class 'Source Info Type'.

createUserDefinedContextType

UserDefinedContextType createUserDefinedContextType()
Returns a new object of class 'User Defined Context Type'.

Returns:
a new object of class 'User Defined Context Type'.

getContextObjectPackage

ContextObjectPackage getContextObjectPackage()

IBM WebSphere Application ServerTM
Release 7