com.ibm.wbit.tel

Interface TaskFactory

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 TaskFactory
  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.
Since:
6.0.1
See Also:
TaskPackage

Field Summary

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

Method Summary

Modifier and Type Method and Description
  1. DocumentRoot
createDocumentRoot()
Returns a new object of class 'Document Root'
  1. ParameterType
createParameterType()
Returns a new object of class 'Parameter Type'
  1. TAdministrator
createTAdministrator()
Returns a new object of class 'TAdministrator'
  1. TAggregate
createTAggregate()
Returns a new object of class 'TAggregate'
  1. TApplyTo
createTApplyTo()
Returns a new object of class 'TApply To'
  1. TCompletion
createTCompletion()
Returns a new object of class 'TCompletion'
  1. TCompletionBehavior
createTCompletionBehavior()
Returns a new object of class 'TCompletion Behavior'
  1. TContactQuery
createTContactQuery()
Returns a new object of class 'TContact Query'
  1. TCriterion
createTCriterion()
Returns a new object of class 'TCriterion'
  1. TCustomClientSettings
createTCustomClientSettings()
Returns a new object of class 'TCustom Client Settings'
  1. TCustomProperty
createTCustomProperty()
Returns a new object of class 'TCustom Property'
  1. TCustomSetting
createTCustomSetting()
Returns a new object of class 'TCustom Setting'
  1. TDefaultCompletion
createTDefaultCompletion()
Returns a new object of class 'TDefault Completion'
  1. TDescription
createTDescription()
Returns a new object of class 'TDescription'
  1. TDisplayName
createTDisplayName()
Returns a new object of class 'TDisplay Name'
  1. TDocumentation
createTDocumentation()
Returns a new object of class 'TDocumentation'
  1. TEditor
createTEditor()
Returns a new object of class 'TEditor'
  1. TEmail
createTEmail()
Returns a new object of class 'TEmail'
  1. TEMailReceiver
createTEMailReceiver()
Returns a new object of class 'TE Mail Receiver'
  1. TEscalation
createTEscalation()
Returns a new object of class 'TEscalation'
  1. TEscalationChain
createTEscalationChain()
Returns a new object of class 'TEscalation Chain'
  1. TEscalationReceiver
createTEscalationReceiver()
Returns a new object of class 'TEscalation Receiver'
  1. TEscalationSettings
createTEscalationSettings()
Returns a new object of class 'TEscalation Settings'
  1. TImport
createTImport()
Returns a new object of class 'TImport'
  1. TInterface
createTInterface()
Returns a new object of class 'TInterface'
  1. TJSP
createTJSP()
Returns a new object of class 'TJSP'
  1. TLocalizedEmail
createTLocalizedEmail()
Returns a new object of class 'TLocalized Email'
  1. TParallel
createTParallel()
Returns a new object of class 'TParallel'
  1. TPortalClientSettings
createTPortalClientSettings()
Returns a new object of class 'TPortal Client Settings'
  1. TPotentialInstanceCreator
createTPotentialInstanceCreator()
Returns a new object of class 'TPotential Instance Creator'
  1. TPotentialOwner
createTPotentialOwner()
Returns a new object of class 'TPotential Owner'
  1. TPotentialStarter
createTPotentialStarter()
Returns a new object of class 'TPotential Starter'
  1. TReader
createTReader()
Returns a new object of class 'TReader'
  1. TResult
createTResult()
Returns a new object of class 'TResult'
  1. TStaffSettings
createTStaffSettings()
Returns a new object of class 'TStaff Settings'
  1. TTask
createTTask()
Returns a new object of class 'TTask'
  1. TUISettings
createTUISettings()
Returns a new object of class 'TUI Settings'
  1. TVerb
createTVerb()
Returns a new object of class 'TVerb'
  1. TWebClientSettings
createTWebClientSettings()
Returns a new object of class 'TWeb Client Settings'
  1. TaskPackage
getTaskPackage()
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

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

eINSTANCE

  1. static final TaskFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createDocumentRoot

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

createParameterType

  1. ParameterType createParameterType( )
Returns a new object of class 'Parameter Type'.
Returns:
a new object of class 'Parameter Type'.

createTAdministrator

  1. TAdministrator createTAdministrator( )
Returns a new object of class 'TAdministrator'.
Returns:
a new object of class 'TAdministrator'.

createTAggregate

  1. TAggregate createTAggregate()
Returns a new object of class 'TAggregate'.
Returns:
a new object of class 'TAggregate'.

createTApplyTo

  1. TApplyTo createTApplyTo()
Returns a new object of class 'TApply To'.
Returns:
a new object of class 'TApply To'.

createTCompletion

  1. TCompletion createTCompletion()
Returns a new object of class 'TCompletion'.
Returns:
a new object of class 'TCompletion'.

createTCompletionBehavior

  1. TCompletionBehavior createTCompletionBehavior( )
Returns a new object of class 'TCompletion Behavior'.
Returns:
a new object of class 'TCompletion Behavior'.

createTContactQuery

  1. TContactQuery createTContactQuery( )
Returns a new object of class 'TContact Query'.
Returns:
a new object of class 'TContact Query'.

createTCriterion

  1. TCriterion createTCriterion()
Returns a new object of class 'TCriterion'.
Returns:
a new object of class 'TCriterion'.

createTCustomClientSettings

  1. TCustomClientSettings createTCustomClientSettings( )
Returns a new object of class 'TCustom Client Settings'.
Returns:
a new object of class 'TCustom Client Settings'.

createTCustomProperty

  1. TCustomProperty createTCustomProperty( )
Returns a new object of class 'TCustom Property'.
Returns:
a new object of class 'TCustom Property'.

createTCustomSetting

  1. TCustomSetting createTCustomSetting( )
Returns a new object of class 'TCustom Setting'.
Returns:
a new object of class 'TCustom Setting'.

createTDefaultCompletion

  1. TDefaultCompletion createTDefaultCompletion( )
Returns a new object of class 'TDefault Completion'.
Returns:
a new object of class 'TDefault Completion'.

createTDescription

  1. TDescription createTDescription( )
Returns a new object of class 'TDescription'.
Returns:
a new object of class 'TDescription'.

createTDisplayName

  1. TDisplayName createTDisplayName( )
Returns a new object of class 'TDisplay Name'.
Returns:
a new object of class 'TDisplay Name'.

createTDocumentation

  1. TDocumentation createTDocumentation( )
Returns a new object of class 'TDocumentation'.
Returns:
a new object of class 'TDocumentation'.

createTEditor

  1. TEditor createTEditor()
Returns a new object of class 'TEditor'.
Returns:
a new object of class 'TEditor'.

createTEmail

  1. TEmail createTEmail()
Returns a new object of class 'TEmail'.
Returns:
a new object of class 'TEmail'.

createTEMailReceiver

  1. TEMailReceiver createTEMailReceiver( )
Returns a new object of class 'TE Mail Receiver'.
Returns:
a new object of class 'TE Mail Receiver'.

createTEscalation

  1. TEscalation createTEscalation()
Returns a new object of class 'TEscalation'.
Returns:
a new object of class 'TEscalation'.

createTEscalationChain

  1. TEscalationChain createTEscalationChain( )
Returns a new object of class 'TEscalation Chain'.
Returns:
a new object of class 'TEscalation Chain'.

createTEscalationReceiver

  1. TEscalationReceiver createTEscalationReceiver( )
Returns a new object of class 'TEscalation Receiver'.
Returns:
a new object of class 'TEscalation Receiver'.

createTEscalationSettings

  1. TEscalationSettings createTEscalationSettings( )
Returns a new object of class 'TEscalation Settings'.
Returns:
a new object of class 'TEscalation Settings'.

createTImport

  1. TImport createTImport()
Returns a new object of class 'TImport'.
Returns:
a new object of class 'TImport'.

createTInterface

  1. TInterface createTInterface()
Returns a new object of class 'TInterface'.
Returns:
a new object of class 'TInterface'.

createTJSP

  1. TJSP createTJSP()
Returns a new object of class 'TJSP'.
Returns:
a new object of class 'TJSP'.

createTLocalizedEmail

  1. TLocalizedEmail createTLocalizedEmail( )
Returns a new object of class 'TLocalized Email'.
Returns:
a new object of class 'TLocalized Email'.

createTParallel

  1. TParallel createTParallel()
Returns a new object of class 'TParallel'.
Returns:
a new object of class 'TParallel'.

createTPortalClientSettings

  1. TPortalClientSettings createTPortalClientSettings( )
Returns a new object of class 'TPortal Client Settings'.
Returns:
a new object of class 'TPortal Client Settings'.

createTPotentialInstanceCreator

  1. TPotentialInstanceCreator createTPotentialInstanceCreator( )
Returns a new object of class 'TPotential Instance Creator'.
Returns:
a new object of class 'TPotential Instance Creator'.

createTPotentialOwner

  1. TPotentialOwner createTPotentialOwner( )
Returns a new object of class 'TPotential Owner'.
Returns:
a new object of class 'TPotential Owner'.

createTPotentialStarter

  1. TPotentialStarter createTPotentialStarter( )
Returns a new object of class 'TPotential Starter'.
Returns:
a new object of class 'TPotential Starter'.

createTReader

  1. TReader createTReader()
Returns a new object of class 'TReader'.
Returns:
a new object of class 'TReader'.

createTResult

  1. TResult createTResult()
Returns a new object of class 'TResult'.
Returns:
a new object of class 'TResult'.

createTStaffSettings

  1. TStaffSettings createTStaffSettings( )
Returns a new object of class 'TStaff Settings'.
Returns:
a new object of class 'TStaff Settings'.

createTTask

  1. TTask createTTask()
Returns a new object of class 'TTask'.
Returns:
a new object of class 'TTask'.

createTUISettings

  1. TUISettings createTUISettings()
Returns a new object of class 'TUI Settings'.
Returns:
a new object of class 'TUI Settings'.

createTVerb

  1. TVerb createTVerb()
Returns a new object of class 'TVerb'.
Returns:
a new object of class 'TVerb'.

createTWebClientSettings

  1. TWebClientSettings createTWebClientSettings( )
Returns a new object of class 'TWeb Client Settings'.
Returns:
a new object of class 'TWeb Client Settings'.

getTaskPackage

  1. TaskPackage getTaskPackage()
Returns the package supported by this factory.
Returns:
the package supported by this factory.