public class QueryVariableValue extends Object implements Serializable
| Constructor and Description |
|---|
QueryVariableValue(String name,
Object value,
QueryOperator operator,
boolean local) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDoubleValue() |
Long |
getLongValue() |
String |
getName() |
String |
getOperator() |
String |
getTextValue() |
String |
getTextValue2() |
String |
getType() |
void |
initialize(org.flowable.variable.api.types.VariableTypes types) |
boolean |
isLocal() |
public QueryVariableValue(String name, Object value, QueryOperator operator, boolean local)
public void initialize(org.flowable.variable.api.types.VariableTypes types)
public String getName()
public String getOperator()
public String getTextValue()
public Long getLongValue()
public Double getDoubleValue()
public String getTextValue2()
public String getType()
public boolean isLocal()
Copyright © 2018 Flowable. All rights reserved.