类 SubVariableScope
java.lang.Object
com.dtflys.forest.mapping.SubVariableScope
- 所有已实现的接口:
VariableScope
子变量作用域
- 从以下版本开始:
- 1.5.0-BETA9
- 作者:
- gongjun[dt_flys@hotmail.com]
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddVariableValue(String name, Object value) getVariable(String name) getVariableValue(String name) getVariableValue(String name, ForestMethod method) booleanisVariableDefined(String name)
-
构造器详细资料
-
SubVariableScope
-
-
方法详细资料
-
isVariableDefined
- 指定者:
isVariableDefined在接口中VariableScope
-
getVariableValue
- 指定者:
getVariableValue在接口中VariableScope
-
getVariableValue
- 指定者:
getVariableValue在接口中VariableScope
-
addVariableValue
-
getVariable
- 指定者:
getVariable在接口中VariableScope
-
getConfiguration
- 指定者:
getConfiguration在接口中VariableScope
-