IBM WebSphere Application ServerTM
Release 7

com.ibm.wbit.tel
Interface TCompletion

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

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

A representation of the model object 'TCompletion'.

Since:
7.0
See Also:
TaskPackage.getTCompletion()

Method Summary
 TCriterion getCriterion()
          Returns the value of the 'Criterion' containment reference
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 TResult getResult()
          Returns the value of the 'Result' containment reference
 TBoolean getUseDefaultResultConstruction()
          Returns the value of the 'Use Default Result Construction' attribute.
 boolean isSetUseDefaultResultConstruction()
          Returns whether the value of the 'Use Default Result Construction' attribute is set
 void setCriterion(TCriterion value)
          Sets the value of the 'Criterion' containment reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setResult(TResult value)
          Sets the value of the 'Result' containment reference
 void setUseDefaultResultConstruction(TBoolean value)
          Sets the value of the 'Use Default Result Construction' attribute
 void unsetUseDefaultResultConstruction()
          Unsets the value of the 'Use Default Result Construction' attribute
 
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

getCriterion

TCriterion getCriterion()
Returns the value of the 'Criterion' containment reference.

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

Returns:
the value of the 'Criterion' containment reference.
See Also:
setCriterion(TCriterion), TaskPackage.getTCompletion_Criterion()

setCriterion

void setCriterion(TCriterion value)
Sets the value of the 'Criterion' containment reference.

Parameters:
value - the new value of the 'Criterion' containment reference.
See Also:
getCriterion()

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.getTCompletion_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()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), TaskPackage.getTCompletion_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getUseDefaultResultConstruction

TBoolean getUseDefaultResultConstruction()
Returns the value of the 'Use Default Result Construction' attribute. The default value is "no". The literals are from the enumeration TBoolean.

If the meaning of the 'Use Default Result Construction' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Use Default Result Construction' attribute.
See Also:
TBoolean, isSetUseDefaultResultConstruction(), unsetUseDefaultResultConstruction(), setUseDefaultResultConstruction(TBoolean), TaskPackage.getTCompletion_UseDefaultResultConstruction()

setUseDefaultResultConstruction

void setUseDefaultResultConstruction(TBoolean value)
Sets the value of the 'Use Default Result Construction' attribute.

Parameters:
value - the new value of the 'Use Default Result Construction' attribute.
See Also:
TBoolean, isSetUseDefaultResultConstruction(), unsetUseDefaultResultConstruction(), getUseDefaultResultConstruction()

unsetUseDefaultResultConstruction

void unsetUseDefaultResultConstruction()
Unsets the value of the 'Use Default Result Construction' attribute.

See Also:
isSetUseDefaultResultConstruction(), getUseDefaultResultConstruction(), setUseDefaultResultConstruction(TBoolean)

isSetUseDefaultResultConstruction

boolean isSetUseDefaultResultConstruction()
Returns whether the value of the 'Use Default Result Construction' attribute is set.

Returns:
whether the value of the 'Use Default Result Construction' attribute is set.
See Also:
unsetUseDefaultResultConstruction(), getUseDefaultResultConstruction(), setUseDefaultResultConstruction(TBoolean)

IBM WebSphere Application ServerTM
Release 7