| java.lang.Object org.drools.brms.client.modeldriven.brl.ActionFieldValue
ActionFieldValue | public class ActionFieldValue implements PortableObject(Code) | | Holds field and value for "action" parts of the rule.
author: Michael Neale |
Method Summary | |
public boolean | isFormula() This will return true if the value is really a "formula" - in
the sense of like an excel spreadsheet. |
type | public String type(Code) | | This is the datatype archectype (eg String, Numeric etc).
|
ActionFieldValue | public ActionFieldValue()(Code) | | |
isFormula | public boolean isFormula()(Code) | | This will return true if the value is really a "formula" - in
the sense of like an excel spreadsheet.
If it IS a formula, then the value should never be turned into a
string, always left as-is.
|
|
|