Skip navigation links

Oracle Content Services Web Services Java API Reference
10g Release 1 (10.1.2.3)

B25584-03


oracle.ifs.fdk
Class NamedValueSet

java.lang.Object
  extended byoracle.ifs.fdk.NamedValueSet

All Implemented Interfaces:
java.io.Serializable

public class NamedValueSet
extends java.lang.Object
implements java.io.Serializable

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

NamedValueSet

public NamedValueSet()
Required constructor in order to be a Java Bean.

Method Detail

getNamedValues

public NamedValue[] getNamedValues()
Returns the named values as an array.

setNamedValues

public void setNamedValues(NamedValue[] namedValues)
Sets the named values from an array.

Skip navigation links

Oracle Content Services Web Services Java API Reference
10g Release 1 (10.1.2.3)

B25584-03


Copyright © 2002, 2005, Oracle. All rights reserved.