|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
V - The type of value contained in the object.public interface Valued<V>
An object that contains a value.
| Method Summary | |
|---|---|
V |
getValue()
|
void |
setValue(V newValue)
Sets the new value. |
| Method Detail |
|---|
V getValue()
null if there is no value.
void setValue(V newValue)
throws java.beans.PropertyVetoException
newValue - The new value.
java.beans.PropertyVetoException - if the provided value is not valid or the change has otherwise been vetoed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||