IBM WebSphere Application ServerTM
Release 8

com.ibm.wbit.tel
Interface TDefaultCompletion

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

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

A representation of the model object 'TDefault Completion'.

Since:
7.0
See Also:
TaskPackage.getTDefaultCompletion()

Method Summary
 TResult getResult()
          Returns the value of the 'Result' containment reference
 void setResult(TResult value)
          Sets the value of the 'Result' 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

getResult

TResult getResult()
Returns the value of the 'Result' containment reference.

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

Returns:
the value of the 'Result' containment reference.
See Also:
setResult(TResult), TaskPackage.getTDefaultCompletion_Result()

setResult

void setResult(TResult value)
Sets the value of the 'Result' containment reference.

Parameters:
value - the new value of the 'Result' containment reference.
See Also:
getResult()

IBM WebSphere Application ServerTM
Release 8