|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SinglePropertyBean<V>
A bean with a single property.
| Method Summary | |
|---|---|
V |
getValue()
Returns the value of the (single) property of this bean. |
V |
setValue(V value)
Changes the value of the (single) property of this bean. |
| Method Detail |
|---|
V getValue()
V setValue(V value)
value - new value of the property
UnsupportedOperationException - if the setValue operation
is not supported by this bean
ClassCastException - if the class of the specified value prevents
it from being stored in this bean
NullPointerException - if the specified value is null and
this bean does not permit null elements
IllegalArgumentException - if some property of the specified value
prevents it from being stored in this bean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||