@Component public class KeyValuePair extends Object
| Constructor and Description |
|---|
KeyValuePair() |
KeyValuePair(String key,
String value,
String valueType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getValue() |
String |
getValueType() |
void |
setKey(String key) |
void |
setValue(String value) |
void |
setValueType(String valueType) |
Copyright © 2017 camunda services GmbH. All rights reserved.