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

  1. public interface ContextObjectFactory
  2. 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

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. ContextObjectFactory
eINSTANCE
  1. static
  2. ContextObjectFactory
INSTANCE
The singleton instance of the factory

Method Summary

Modifier and Type Method and Description
  1. ContextObject
createContextObject()
Returns a new object of class 'Context Object'
  1. DocumentRoot
createDocumentRoot()
Returns a new object of class 'Document Root'
  1. HeaderInfoType
createHeaderInfoType()
Returns a new object of class 'Header Info Type'
  1. SourceInfoType
createSourceInfoType()
Returns a new object of class 'Source Info Type'
  1. UserDefinedContextType
createUserDefinedContextType()
Returns a new object of class 'User Defined Context Type'
  1. com.ibm.bpm.context.cobo.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

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

INSTANCE

  1. static final ContextObjectFactory INSTANCE
The singleton instance of the factory.

eINSTANCE

  1. static final ContextObjectFactory eINSTANCE

Method Detail

createContextObject

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

createDocumentRoot

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

createHeaderInfoType

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

createSourceInfoType

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

createUserDefinedContextType

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

getContextObjectPackage

  1. com.ibm.bpm.context.cobo.ContextObjectPackage getContextObjectPackage( )