com.ibm.wbit.tel
Interface TCriterion

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

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

A representation of the model object 'TCriterion'.

Since:
7.0
See Also:
TaskPackage.getTCriterion()

Method Summary
 java.lang.String getCondition()
          Returns the value of the 'Condition' attribute.
 java.lang.String getFor()
          Returns the value of the 'For' attribute.
 void setCondition(java.lang.String value)
          Sets the value of the 'Condition' attribute.
 void setFor(java.lang.String value)
          Sets the value of the 'For' 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

getCondition

java.lang.String getCondition()
Returns the value of the 'Condition' attribute.

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

Returns:
the value of the 'Condition' attribute.
See Also:
setCondition(String), TaskPackage.getTCriterion_Condition()

setCondition

void setCondition(java.lang.String value)
Sets the value of the 'Condition' attribute.

Parameters:
value - the new value of the 'Condition' attribute.
See Also:
getCondition()

getFor

java.lang.String getFor()
Returns the value of the 'For' attribute.

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

Returns:
the value of the 'For' attribute.
See Also:
setFor(String), TaskPackage.getTCriterion_For()

setFor

void setFor(java.lang.String value)
Sets the value of the 'For' attribute.

Parameters:
value - the new value of the 'For' attribute.
See Also:
getFor()