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