|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.bus.bean.Bean
net.sf.doolin.bus.support.Value<T>
T - type of handled valuepublic class Value<T>
Value handler that extends the Bean class.
| Constructor Summary | |
|---|---|
Value()
Constructor with an initial null value. |
|
Value(T initialValue)
Constructor with an initial value. |
|
| Method Summary | |
|---|---|
T |
getValue()
Gets the current value |
void |
setValue(T value)
Sets the current value |
| Methods inherited from class net.sf.doolin.bus.bean.Bean |
|---|
getBeanNotificationSupport, getParentBean, notify, setParentBean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Value()
null value.
public Value(T initialValue)
initialValue - Initial value to set.| Method Detail |
|---|
public T getValue()
public void setValue(T value)
value - Current value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||