Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.storage.persistence
Interface DBTableMBean

All Superinterfaces:
DBTableReadOnlyMBean
All Known Implementing Classes:
DBTable

public interface DBTableMBean
extends DBTableReadOnlyMBean

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
 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(java.lang.String value)
          Sets the value of the desc property.
 void setKeyColumnMBean(KeyColumnMBean val)
          Set the value of the KeyColumn element
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setValueColumnMBean(ValueColumnMBean val)
          Set the value of the ValueColumn element

 

Methods inherited from interface oracle.axia.config.beans.storage.persistence.DBTableReadOnlyMBean
getDesc, getKeyColumnMBean, getMultiKeyColumnMBean, getMultiValueColumnMBean, getName, getValueColumnMBean

 

Method Detail

setName

void setName(java.lang.String value)
Sets the value of the name property.

setDesc

void setDesc(java.lang.String value)
Sets the value of the desc property.

addKeyColumn

void addKeyColumn()
Add a new element named keyColumn

removeKeyColumn

void removeKeyColumn()
Remove an element named keyColumn

addMultiKeyColumn

void addMultiKeyColumn()
Add a new element named multiKeyColumn

removeMultiKeyColumn

void removeMultiKeyColumn(int index)
Remove an element named multiKeyColumn by the index

addValueColumn

void addValueColumn()
Add a new element named valueColumn

removeValueColumn

void removeValueColumn()
Remove an element named valueColumn

addMultiValueColumn

void addMultiValueColumn()
Add a new element named multiValueColumn

removeMultiValueColumn

void removeMultiValueColumn(int index)
Remove an element named multiValueColumn by the index

setKeyColumnMBean

void setKeyColumnMBean(KeyColumnMBean val)
Set the value of the KeyColumn element

setValueColumnMBean

void setValueColumnMBean(ValueColumnMBean val)
Set the value of the ValueColumn element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.