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
另请参见:
序列化表格

构造方法摘要
FixedValue(Object value)
           
 
方法摘要
 String getExpressionText()
           
 Object getValue(VariableScope variableScope)
           
 void setValue(Object value, VariableScope variableScope)
           
 
从类 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.