org.camunda.bpm.engine.impl.el
Class FixedValue
java.lang.Object
org.camunda.bpm.engine.impl.el.FixedValue
- All Implemented Interfaces:
- 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.
- Author:
- Frederik Heremans
Methods inherited from class 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)
- Specified by:
getValue
in interface Expression
setValue
public void setValue(Object value,
VariableScope variableScope)
- Specified by:
setValue
in interface Expression
getExpressionText
public String getExpressionText()
- Specified by:
getExpressionText
in interface Expression
Copyright © 2014 camunda services GmbH. All rights reserved.