当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
Variable (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.ruleflow.core.impl
Class Variable
java.lang.Object
org.drools.ruleflow.core.impl.Variable
- All Implemented Interfaces:
- Serializable, IVariable
public class Variable
- extends Object
- implements IVariable, Serializable
Default implementation of a variable.
- Author:
- Kris Verlaenen
- See Also:
- Serialized Form
Variable
public Variable()
getName
public String getName()
- Specified by:
getName in interface IVariable
setName
public void setName(String name)
- Specified by:
setName in interface IVariable
getType
public IDataType getType()
- Specified by:
getType in interface IVariable
setType
public void setType(IDataType type)
- Specified by:
setType in interface IVariable
getValue
public Serializable getValue()
- Specified by:
getValue in interface IVariable
setValue
public void setValue(Serializable value)
- Specified by:
setValue in interface IVariable
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.