IBM WebSphere Application ServerTM
Release 8

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

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

COPYRIGHT

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

eINSTANCE

static final TaskFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createDocumentRoot

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

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

createParameterType

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

Returns:
a new object of class 'Parameter Type'.

createTAdministrator

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

Returns:
a new object of class 'TAdministrator'.

createTAggregate

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

Returns:
a new object of class 'TAggregate'.

createTApplyTo

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

Returns:
a new object of class 'TApply To'.

createTCompletion

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

Returns:
a new object of class 'TCompletion'.

createTCompletionBehavior

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

Returns:
a new object of class 'TCompletion Behavior'.

createTContactQuery

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

Returns:
a new object of class 'TContact Query'.

createTCriterion

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

Returns:
a new object of class 'TCriterion'.

createTCustomClientSettings

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

Returns:
a new object of class 'TCustom Client Settings'.

createTCustomProperty

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

Returns:
a new object of class 'TCustom Property'.

createTCustomSetting

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

Returns:
a new object of class 'TCustom Setting'.

createTDefaultCompletion

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

Returns:
a new object of class 'TDefault Completion'.

createTDescription

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

Returns:
a new object of class 'TDescription'.

createTDisplayName

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

Returns:
a new object of class 'TDisplay Name'.

createTDocumentation

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

Returns:
a new object of class 'TDocumentation'.

createTEditor

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

Returns:
a new object of class 'TEditor'.

createTEmail

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

Returns:
a new object of class 'TEmail'.

createTEMailReceiver

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

Returns:
a new object of class 'TE Mail Receiver'.

createTEscalation

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

Returns:
a new object of class 'TEscalation'.

createTEscalationChain

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

Returns:
a new object of class 'TEscalation Chain'.

createTEscalationReceiver

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

Returns:
a new object of class 'TEscalation Receiver'.

createTEscalationSettings

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

Returns:
a new object of class 'TEscalation Settings'.

createTImport

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

Returns:
a new object of class 'TImport'.

createTInterface

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

Returns:
a new object of class 'TInterface'.

createTJSP

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

Returns:
a new object of class 'TJSP'.

createTLocalizedEmail

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

Returns:
a new object of class 'TLocalized Email'.

createTParallel

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

Returns:
a new object of class 'TParallel'.

createTPortalClientSettings

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

Returns:
a new object of class 'TPortal Client Settings'.

createTPotentialInstanceCreator

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

Returns:
a new object of class 'TPotential Instance Creator'.

createTPotentialOwner

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

Returns:
a new object of class 'TPotential Owner'.

createTPotentialStarter

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

Returns:
a new object of class 'TPotential Starter'.

createTReader

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

Returns:
a new object of class 'TReader'.

createTResult

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

Returns:
a new object of class 'TResult'.

createTStaffSettings

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

Returns:
a new object of class 'TStaff Settings'.

createTTask

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

Returns:
a new object of class 'TTask'.

createTUISettings

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

Returns:
a new object of class 'TUI Settings'.

createTVerb

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

Returns:
a new object of class 'TVerb'.

createTWebClientSettings

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

Returns:
a new object of class 'TWeb Client Settings'.

getTaskPackage

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

Returns:
the package supported by this factory.

IBM WebSphere Application ServerTM
Release 8