|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.share.data.DictionaryData
Deprecated class.
DictionaryData
Constructor Summary | |
DictionaryData()
Deprecated. Creates a DictionaryData. |
|
DictionaryData(java.util.Dictionary table)
Deprecated. Creates a DictionaryData, using the provided Dictionary for storage. |
|
DictionaryData(java.lang.Object select,
java.lang.Object data)
Deprecated. Creates a DictionaryData initialized with a single pair of data. |
Method Summary | |
java.util.Enumeration |
keys()
Deprecated. |
void |
put(java.lang.Object select,
java.lang.Object data)
Deprecated. Adds a key/value pair to the DictionaryData. |
DataSet |
selectChildren(java.lang.Object select)
Deprecated. Returns null. |
java.lang.Object |
selectValue(java.lang.Object select)
Deprecated. Returns the value registered with the select key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DictionaryData()
public DictionaryData(java.util.Dictionary table)
public DictionaryData(java.lang.Object select, java.lang.Object data)
Method Detail |
public void put(java.lang.Object select, java.lang.Object data)
public DataSet selectChildren(java.lang.Object select)
selectChildren
in interface DataObject
oracle.cabo.share.data.DataObject
select
- a select criterion, syntax as defined by the
implementation of this interface.public java.lang.Object selectValue(java.lang.Object select)
selectValue
in interface DataObject
oracle.cabo.share.data.DataObject
select
- a select criterion, syntax as defined by thepublic java.util.Enumeration keys()
keys
in interface KeyedDataObject
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |