com.ibm.wbit.tel

Interface TCriterion

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

  1. public interface TCriterion
  2. extends org.eclipse.emf.ecore.EObject
A representation of the model object 'TCriterion'.
Since:
7.0
See Also:
TaskPackage.getTCriterion()

Method Summary

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

  1. 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

  1. void setCondition(java.lang.String value)
Sets the value of the ' Condition' attribute.
Parameters:
value - the new value of the 'Condition' attribute.
See Also:

getFor

  1. 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

  1. void setFor(java.lang.String value)
Sets the value of the ' For' attribute.
Parameters:
value - the new value of the 'For' attribute.
See Also: