public class EngineRestVariable extends Object
| Constructor and Description |
|---|
EngineRestVariable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getType() |
Object |
getValue() |
String |
getValueUrl() |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(Object value) |
void |
setValueUrl(String valueUrl) |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public Object getValue()
public void setValue(Object value)
public void setValueUrl(String valueUrl)
public String getValueUrl()
Copyright © 2020 Flowable. All rights reserved.