|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DBTableMBean
Method Summary | |
---|---|
void |
addKeyColumn() Add a new element named keyColumn |
void |
addMultiKeyColumn() Add a new element named multiKeyColumn |
void |
addMultiValueColumn() Add a new element named multiValueColumn |
void |
addValueColumn() Add a new element named valueColumn |
String |
getDesc() Gets the value of the desc property. |
KeyColumnMBean |
getKeyColumnMBean() Return the value of the KeyColumn element |
List<MultiKeyColumnMBean> |
getMultiKeyColumnMBean() Return the list of the MultiKeyColumn element |
List<MultiValueColumnMBean> |
getMultiValueColumnMBean() Return the list of the MultiValueColumn element |
String |
getName() Gets the value of the name property. |
ValueColumnMBean |
getValueColumnMBean() Return the value of the ValueColumn element |
void |
removeKeyColumn() Remove an element named keyColumn |
void |
removeMultiKeyColumn(int index) Remove an element named multiKeyColumn by the index |
void |
removeMultiValueColumn(int index) Remove an element named multiValueColumn by the index |
void |
removeValueColumn() Remove an element named valueColumn |
void |
setDesc(String value) Sets the value of the desc property. |
void |
setKeyColumnMBean(KeyColumnMBean val) Set the value of the KeyColumn element |
void |
setName(String value) Sets the value of the name property. |
void |
setValueColumnMBean(ValueColumnMBean val) Set the value of the ValueColumn element |
Method Detail |
---|
String getName()
void setName(String value)
String getDesc()
void setDesc(String value)
void addKeyColumn()
void removeKeyColumn()
void addMultiKeyColumn()
void removeMultiKeyColumn(int index)
void addValueColumn()
void removeValueColumn()
void addMultiValueColumn()
void removeMultiValueColumn(int index)
KeyColumnMBean getKeyColumnMBean()
void setKeyColumnMBean(KeyColumnMBean val)
List<MultiKeyColumnMBean> getMultiKeyColumnMBean()
ValueColumnMBean getValueColumnMBean()
void setValueColumnMBean(ValueColumnMBean val)
List<MultiValueColumnMBean> getMultiValueColumnMBean()
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |