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
Since:
7.0
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCondition()
Returns the value of the 'Condition' attribute
|
|
getFor()
Returns the value of the 'For' attribute
|
|
setCondition(java.lang.String value)
Sets the value of the '
Condition ' attribute
|
|
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.
See Also:
setCondition
- void setCondition(java.lang.String value)
Sets the value of the '
Condition
' attribute.
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
- void setFor(java.lang.String value)
Sets the value of the '
For
' attribute.
If the meaning of the 'Condition' attribute isn't clear, there really should be more of a description here...