Package | Description |
---|---|
com.ads.api.beans.kv |
Modifier and Type | Method and Description |
---|---|
static KeyValue.UIType |
KeyValue.UIType.getType(java.lang.String value) |
KeyValue.UIType |
KeyValue.getUiType() |
KeyValue.UIType |
KeyValue.getUIType() |
static KeyValue.UIType |
KeyValue.UIType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeyValue.UIType[] |
KeyValue.UIType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValue.setUiType(KeyValue.UIType uiType) |
void |
KeyValue.setUIType(KeyValue.UIType uiType) |
Constructor and Description |
---|
KeyValue(java.lang.String key,
java.lang.String value,
java.lang.String valueRefId,
KeyValue.UIType uIType) |