|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.beans.rules.AbleRuleCondition
A Condition is used in a clause object and is used to evaluate the lefthand side of the clause against the righthand side of the clause.
Version Description -------- ----------- 1.0.0 Initial release.
Field Summary | |
protected int |
index
index is the numeric representation of the condition. |
protected java.lang.String |
symbol
symbol is the textual representation of the condition. |
Constructor Summary | |
AbleRuleCondition(java.lang.String aSymbol)
Create a new condition based on the specified symbol. |
Method Summary | |
java.lang.String |
toString()
Return the textual equivalent of this condition. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected int index
protected java.lang.String symbol
Constructor Detail |
public AbleRuleCondition(java.lang.String aSymbol)
Method Detail |
public java.lang.String toString()
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |