|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ifs.fdk.NamedValueSet
public class 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()
NamedValueSet
public void setNamedValues(NamedValue[] namedValues)
NamedValueSet
|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |