public class ConfigElement extends Object
| Constructor and Description |
|---|
ConfigElement() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getListValue() |
Map<String,String> |
getMapValue() |
String |
getName() |
String |
getValue() |
Boolean |
isDeleted() |
void |
setDeleted(Boolean d) |
void |
setListValue(List<String> listValue) |
void |
setMapValue(Map<String,String> mapValue) |
void |
setName(String name) |
void |
setValue(String value) |
Copyright © 2013. All Rights Reserved.