|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.info.misc.LyFormula
leon.info.misc.LyMvelFormula
public class LyMvelFormula
Class used to compute a formula on a LyFieldInfo.
Field Summary |
---|
Fields inherited from interface leon.info.LyFilterElement |
---|
__VERSION |
Fields inherited from interface leon.data.datainterface.LyClassControl |
---|
__VERSION |
Fields inherited from interface leon.data.datainterface.LyFieldInfoControl |
---|
__VERSION |
Fields inherited from interface leon.data.datainterface.LyControlInterface |
---|
STATUS_ERROR, STATUS_OK, STATUS_WARNING |
Constructor Summary | |
---|---|
LyMvelFormula(LyInfo info,
java.lang.String expression)
Constructs a formula for a given info. |
Method Summary | |
---|---|
java.lang.Object |
getValue(LyObject instance)
Evaluate the formula Return depends on the fieldInto type All values are contained in the LyObject |
java.lang.Object |
getValue(LyValueSet values)
Evaluate the formula Return depends on the fieldInto type The value set must contains all the values necessary to compute the formula |
Methods inherited from class leon.info.misc.LyFormula |
---|
checkExpression, checkNewValue, cloneFormula, contains, formulaFactory, getDependencies, getExpression, getFormulaFields, getFormulaNames, getImports, getName, match, match, setInverted, validate, writeXml |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LyMvelFormula(LyInfo info, java.lang.String expression)
Method Detail |
---|
public java.lang.Object getValue(LyObject instance)
getValue
in class LyFormula
public java.lang.Object getValue(LyValueSet values)
getValue
in class LyFormula
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |