public interface FilePersistenceMBean
Modifier and Type | Method and Description |
---|---|
void |
addKvMapping()
Add a new element named kvMapping
|
java.util.List<KVMappingMBean> |
getKVMappingMBean()
Return the list of the KVMapping element
|
void |
removeKvMapping(int index)
Remove an element named kvMapping by the index
|
void addKvMapping()
void removeKvMapping(int index)
java.util.List<KVMappingMBean> getKVMappingMBean()