public class FixedValue extends Object implements org.flowable.common.engine.api.delegate.Expression
getValue is called. Setting of the value is not supported.| Constructor and Description |
|---|
FixedValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionText() |
Object |
getValue(org.flowable.common.engine.api.variable.VariableContainer variableContainer) |
void |
setValue(Object value,
org.flowable.common.engine.api.variable.VariableContainer variableContainer) |
public FixedValue(Object value)
public Object getValue(org.flowable.common.engine.api.variable.VariableContainer variableContainer)
getValue in interface org.flowable.common.engine.api.delegate.Expressionpublic void setValue(Object value, org.flowable.common.engine.api.variable.VariableContainer variableContainer)
setValue in interface org.flowable.common.engine.api.delegate.Expressionpublic String getExpressionText()
getExpressionText in interface org.flowable.common.engine.api.delegate.ExpressionCopyright © 2018 Flowable. All rights reserved.