当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
IVariable (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.ruleflow.core
Interface IVariable
- All Known Implementing Classes:
- Variable
public interface IVariable
Represents a global variable used in a RuleFlow.
A variable has a name (should be unique for this process), a datatype
and possibly an initial value.
- Author:
- Kris Verlaenen
getName
String getName()
setName
void setName(String name)
getType
IDataType getType()
setType
void setType(IDataType type)
getValue
Serializable getValue()
setValue
void setValue(Serializable value)
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.