当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
ActionFieldValue (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.brms.client.modeldriven.brxml
Class ActionFieldValue
java.lang.Object
org.drools.brms.client.modeldriven.brxml.ActionFieldValue
- All Implemented Interfaces:
- PortableObject
public class ActionFieldValue
- extends Object
- implements PortableObject
Holds field and value for "action" parts of the rule.
- Author:
- Michael Neale
Method Summary |
boolean |
isFormula()
This will return true if the value is really a "formula" - in
the sense of like an excel spreadsheet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
field
public String field
value
public String value
type
public String type
ActionFieldValue
public ActionFieldValue(String field,
String value,
String type)
ActionFieldValue
public ActionFieldValue()
isFormula
public boolean isFormula()
- 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.
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.