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.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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'
      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
    • 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

        com.ibm.bpm.context.cobo.ContextObjectPackage getContextObjectPackage()
IBM Business Process ManagerTM
Release 8