Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


oracle.ifs.fdk
Class NamedValue

java.lang.Object
  extended by oracle.ifs.fdk.NamedValue

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Preference

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

Represents a Java Bean name/value pair. It is suitable for representing attributes, options, preferences, etc.


Constructor Summary
NamedValue()
          Required constructor in order to be a Java Bean.

 

Method Summary
 java.lang.String getName()
          Returns the name.
 java.lang.Object getValue()
          Returns the value.
 void setName(java.lang.String name)
          Sets the name.
 void setValue(java.lang.Object value)
          Sets the value.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

NamedValue

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

Method Detail

getName

public final java.lang.String getName()
Description copied from class: NamedValue
Returns the name.

setName

public final void setName(java.lang.String name)
Description copied from class: NamedValue
Sets the name.

getValue

public final java.lang.Object getValue()
Description copied from class: NamedValue
Returns the value.

setValue

public final void setValue(java.lang.Object value)
Description copied from class: NamedValue
Sets the value.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


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