public interface TCriterion
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTCriterion()
Modifier and Type | Method and Description |
---|---|
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 |
java.lang.String getCondition()
If the meaning of the 'Condition' attribute isn't clear, there really should be more of a description here...
setCondition(String)
,
TaskPackage.getTCriterion_Condition()
void setCondition(java.lang.String value)
Condition
' attribute.
value
- the new value of the 'Condition' attribute.getCondition()
java.lang.String getFor()
If the meaning of the 'For' attribute isn't clear, there really should be more of a description here...
setFor(String)
,
TaskPackage.getTCriterion_For()