public interface ValueHolderInterface
extends java.lang.Cloneable
ValueHolder
, DatabaseValueHolder
Modifier and Type | Field and Description |
---|---|
static boolean |
shouldToStringInstantiate
Can be used to have transparent indirection toString instantiate the objects.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
PUBLIC: Copy the value holder (but not its' reference, shallow).
|
java.lang.Object |
getValue()
PUBLIC: Return the value.
|
boolean |
isInstantiated()
PUBLIC: Return whether the contents have been read from the database.
|
void |
setValue(java.lang.Object value)
PUBLIC: Set the value.
|
static final boolean shouldToStringInstantiate
java.lang.Object clone()
java.lang.Object getValue()
boolean isInstantiated()
void setValue(java.lang.Object value)