|
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.NamedValue
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 |
public NamedValue()
Method Detail |
public final java.lang.String getName()
public final void setName(java.lang.String name)
public final java.lang.Object getValue()
public final void setValue(java.lang.Object value)
public java.lang.String toString()
|
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 |