public interface ValueHolderInterface<T> extends 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 |
---|---|
Object |
clone()
PUBLIC:
Copy the value holder (but not its' reference, shallow).
|
T |
getValue()
PUBLIC:
Return the value.
|
boolean |
isInstantiated()
PUBLIC:
Return whether the contents have been read from the database.
|
void |
setValue(T value)
PUBLIC:
Set the value.
|
static final boolean shouldToStringInstantiate
Object clone()
T getValue()
boolean isInstantiated()
void setValue(T value)
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.