public interface KVMappingMBean
Modifier and Type | Method and Description |
---|---|
void |
addIndexing()
Add a new element named indexing
|
void |
addKeyMapping()
Add a new element named keyMapping
|
void |
addValueMapping()
Add a new element named valueMapping
|
java.lang.String |
getDesc()
Gets the value of the desc property.
|
java.util.List<IndexingMBean> |
getIndexingMBean()
Return the list of the Indexing element
|
java.util.List<KeyMappingMBean> |
getKeyMappingMBean()
Return the list of the KeyMapping element
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<ValueMappingMBean> |
getValueMappingMBean()
Return the list of the ValueMapping element
|
boolean |
isSequence()
Gets the value of the sequence property.
|
void |
removeIndexing(int index)
Remove an element named indexing by the index
|
void |
removeKeyMapping(int index)
Remove an element named keyMapping by the index
|
void |
removeValueMapping(int index)
Remove an element named valueMapping by the index
|
void |
setDesc(java.lang.String value)
Sets the value of the desc property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSequence(java.lang.Boolean value)
Sets the value of the sequence property.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getDesc()
void setDesc(java.lang.String value)
boolean isSequence()
void setSequence(java.lang.Boolean value)
void addKeyMapping()
void removeKeyMapping(int index)
void addValueMapping()
void removeValueMapping(int index)
void addIndexing()
void removeIndexing(int index)
java.util.List<KeyMappingMBean> getKeyMappingMBean()
java.util.List<ValueMappingMBean> getValueMappingMBean()
java.util.List<IndexingMBean> getIndexingMBean()