|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
| 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. |
|
NamedValueSet(java.util.Map map)Constructor. |
|
NamedValueSet(NamedValue[] namedValues)Constructor. |
|
| Method Summary | |
NamedValue[] |
getNamedValues()Returns the named values as an array. |
void |
setNamedValues(NamedValue[] namedValues)Sets the named values from an array. |
java.util.Map |
toMap()Returns the named values as an unmodifiable map {String name, Object value} |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NamedValueSet()
public NamedValueSet(java.util.Map map)
public NamedValueSet(NamedValue[] namedValues)
| Method Detail |
public NamedValue[] getNamedValues()
public void setNamedValues(NamedValue[] namedValues)
public java.util.Map toMap()
{String name, Object value}
|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||