public class IdentifiableValueType extends Object implements ArooaValue, ArooaSessionAware, ArooaLifeAware
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentifiableValueType.Conversions |
| Modifier and Type | Field and Description |
|---|---|
static ArooaElement |
ELEMENT |
| Constructor and Description |
|---|
IdentifiableValueType() |
| Modifier and Type | Method and Description |
|---|---|
void |
configured()
The configuration for the bean has been fully configured.
|
void |
destroy()
The configuration for the bean is about to be destroyed.
|
String |
getId() |
ArooaValue |
getValue() |
void |
initialised()
The configuration for the bean has been initialised.
|
void |
setArooaSession(ArooaSession session)
Accept the current Arooa Session.
|
void |
setId(String id) |
void |
setValue(ArooaValue value) |
public static final ArooaElement ELEMENT
public void setArooaSession(ArooaSession session)
ArooaSessionAwaresetArooaSession in interface ArooaSessionAwaresession - The Arooa Session. Never null.public String getId()
public void setId(String id)
public ArooaValue getValue()
public void setValue(ArooaValue value)
public void initialised()
ArooaLifeAwareinitialised in interface ArooaLifeAwarepublic void configured()
ArooaLifeAwareconfigured in interface ArooaLifeAwarepublic void destroy()
ArooaLifeAwaredestroy in interface ArooaLifeAwareCopyright © 2023. All rights reserved.