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

Constructor Summary
Variable()
           
 
Method Summary
 String getName()
           
 IDataType getType()
           
 Serializable getValue()
           
 void setName(String name)
           
 void setType(IDataType type)
           
 void setValue(Serializable value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Variable

public Variable()
Method Detail

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.