Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
DBTableMBean
All Known Implementing Classes:
DBTable

public interface DBTableReadOnlyMBean

Method Summary
 java.lang.String getDesc()
          Gets the value of the desc property.
 KeyColumnMBean getKeyColumnMBean()
          Return the value of the KeyColumn element
 java.util.List<MultiKeyColumnMBean> getMultiKeyColumnMBean()
          Return the list of the MultiKeyColumn element
 java.util.List<MultiValueColumnMBean> getMultiValueColumnMBean()
          Return the list of the MultiValueColumn element
 java.lang.String getName()
          Gets the value of the name property.
 ValueColumnMBean getValueColumnMBean()
          Return the value of the ValueColumn element

 

Method Detail

getName

java.lang.String getName()
Gets the value of the name property.

getDesc

java.lang.String getDesc()
Gets the value of the desc property.

getKeyColumnMBean

KeyColumnMBean getKeyColumnMBean()
Return the value of the KeyColumn element

getMultiKeyColumnMBean

java.util.List<MultiKeyColumnMBean> getMultiKeyColumnMBean()
Return the list of the MultiKeyColumn element

getValueColumnMBean

ValueColumnMBean getValueColumnMBean()
Return the value of the ValueColumn element

getMultiValueColumnMBean

java.util.List<MultiValueColumnMBean> getMultiValueColumnMBean()
Return the list of the MultiValueColumn element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.