|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ifs.fdk.NamedValueSet
Represents a set of named values. The named values can be retrieved as an array for both remoted and in-process clients or as a map for in-process clients only.
This type is needed in order to avoid multi dimensional arrays.
Constructor Summary | |
NamedValueSet() Required constructor in order to be a Java Bean. |
Method Summary | |
NamedValue[] |
getNamedValues() Returns the named values as an array. |
void |
setNamedValues(NamedValue[] namedValues) Sets the named values from an array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NamedValueSet()
Method Detail |
public NamedValue[] getNamedValues()
public void setNamedValues(NamedValue[] namedValues)
|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |