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