public interface ValueHolderInterface
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 |
getValue()
PUBLIC:
Return the value.
|
boolean |
isInstantiated()
PUBLIC:
Return whether the contents have been read from the database.
|
void |
setValue(Object value)
PUBLIC:
Set the value.
|
static final boolean shouldToStringInstantiate
Object getValue()
boolean isInstantiated()
void setValue(Object value)
Copyright © 2023. All rights reserved.