站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by 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

Field Summary
 String field
           
 String type
           
 String value
           
 
Constructor Summary
ActionFieldValue()
           
ActionFieldValue(String field, String value, String type)
           
 
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 Detail

field

public String field

value

public String value

type

public String type
Constructor Detail

ActionFieldValue

public ActionFieldValue(String field,
                        String value,
                        String type)

ActionFieldValue

public ActionFieldValue()
Method Detail

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.