|
Oracle Application Server TopLink API Reference 10g (9.0.4) B10491-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.toplink.indirection.ValueHolder
Purpose: Act as a place holder for a variable that required a value holder interface. This class should be used to initialze an objects attributes that are using indirection is their mappings.
| Constructor Summary | |
ValueHolder()PUBLIC: Initialize the holder. | |
ValueHolder(java.lang.Object value)PUBLIC: Initialize the holder with an object. | |
| Method Summary | |
java.lang.Object |
getValue()PUBLIC: Return the wrapped object. |
boolean |
isInstantiated()PUBLIC: Return a boolean indicating whether the wrapped object has been set or not. |
void |
setValue(java.lang.Object value)PUBLIC: Set the wrapped object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ValueHolder()
public ValueHolder(java.lang.Object value)
| Method Detail |
public java.lang.Object getValue()
getValue in interface ValueHolderInterfacepublic boolean isInstantiated()
isInstantiated in interface ValueHolderInterfacepublic void setValue(java.lang.Object value)
setValue in interface ValueHolderInterface
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||