IBM WebSphere Application ServerTM
Release 7

com.ibm.wbit.tel
Interface TCompletionBehavior

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface TCompletionBehavior
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'TCompletion Behavior'.

Since:
7.0
See Also:
TaskPackage.getTCompletionBehavior()

Method Summary
 org.eclipse.emf.common.util.EList getCompletion()
          Returns the value of the 'Completion' containment reference list.
 TDefaultCompletion getDefaultCompletion()
          Returns the value of the 'Default Completion' containment reference
 void setDefaultCompletion(TDefaultCompletion value)
          Sets the value of the 'Default Completion' containment reference
 
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

getCompletion

org.eclipse.emf.common.util.EList getCompletion()
Returns the value of the 'Completion' containment reference list. The list contents are of type TCompletion.

If the meaning of the 'Completion' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Completion' containment reference list.
See Also:
TaskPackage.getTCompletionBehavior_Completion()

getDefaultCompletion

TDefaultCompletion getDefaultCompletion()
Returns the value of the 'Default Completion' containment reference.

If the meaning of the 'Default Completion' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Completion' containment reference.
See Also:
setDefaultCompletion(TDefaultCompletion), TaskPackage.getTCompletionBehavior_DefaultCompletion()

setDefaultCompletion

void setDefaultCompletion(TDefaultCompletion value)
Sets the value of the 'Default Completion' containment reference.

Parameters:
value - the new value of the 'Default Completion' containment reference.
See Also:
getDefaultCompletion()

IBM WebSphere Application ServerTM
Release 7