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
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
|
eINSTANCE
|
|
INSTANCE
The singleton instance of the factory
|
Method Summary
Modifier and Type | Method and Description |
---|---|
createContextObject()
Returns a new object of class 'Context Object'
|
|
createDocumentRoot()
Returns a new object of class 'Document Root'
|
|
createHeaderInfoType()
Returns a new object of class 'Header Info Type'
|
|
createSourceInfoType()
Returns a new object of class 'Source Info Type'
|
|
createUserDefinedContextType()
Returns a new object of class 'User Defined Context Type'
|
|
|
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:
$sccsid
- static final java.lang.String $sccsid
See Also:
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
- com.ibm.bpm.context.cobo.ContextObjectPackage getContextObjectPackage( )