|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.solarmetric.rd.kodo.query.exp.MathValue
Value produced by a match operation on two values.
| Constructor Summary | |
MathValue(com.solarmetric.rd.kodo.query.exp.InMemoryValue val1,
com.solarmetric.rd.kodo.query.exp.InMemoryValue val2)
Constructor. |
|
| Method Summary | |
void |
castTo(java.lang.Class cls)
Cast this value to the given type. |
com.solarmetric.rd.kodo.query.exp.InMemoryValue |
getValue1()
|
com.solarmetric.rd.kodo.query.exp.InMemoryValue |
getValue2()
|
boolean |
isVariable()
Return true if this value is a variable. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.solarmetric.rd.kodo.query.exp.InMemoryValue |
evaluate |
| Constructor Detail |
public MathValue(com.solarmetric.rd.kodo.query.exp.InMemoryValue val1,
com.solarmetric.rd.kodo.query.exp.InMemoryValue val2)
| Method Detail |
public boolean isVariable()
Value
isVariable in interface Valuepublic com.solarmetric.rd.kodo.query.exp.InMemoryValue getValue1()
public com.solarmetric.rd.kodo.query.exp.InMemoryValue getValue2()
public void castTo(java.lang.Class cls)
InMemoryValue
castTo in interface InMemoryValue
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||