org.activiti.engine.impl.el
类 FixedValue
java.lang.Object
org.activiti.engine.impl.el.FixedValue
- 所有已实现的接口:
- Serializable, Expression
public class FixedValue
- extends Object
- implements Expression
Expression that always returns the same value when getValue
is
called. Setting of the value is not supported.
- 作者:
- Frederik Heremans
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedValue
public FixedValue(Object value)
getValue
public Object getValue(VariableScope variableScope)
- 指定者:
- 接口
Expression
中的 getValue
setValue
public void setValue(Object value,
VariableScope variableScope)
- 指定者:
- 接口
Expression
中的 setValue
getExpressionText
public String getExpressionText()
- 指定者:
- 接口
Expression
中的 getExpressionText
Copyright © 2013 Alfresco. All rights reserved.