|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertyDecorator
| Method Summary | |
|---|---|
java.lang.Class |
getType(java.lang.Object bean)
Return the type of the specified property. |
java.lang.Object |
getValue(java.lang.Object bean)
Return the value of the specified property. |
boolean |
setValue(java.lang.Object bean,
java.lang.Object value)
Set the value of the specified property. |
| Method Detail |
|---|
java.lang.Class getType(java.lang.Object bean)
throws java.lang.IllegalArgumentException
bean - the decorated bean
java.lang.IllegalArgumentException - if the bean is null
java.lang.Object getValue(java.lang.Object bean)
throws java.lang.IllegalArgumentException
bean - the decorated bean
java.lang.IllegalArgumentException - if the bean is null
boolean setValue(java.lang.Object bean,
java.lang.Object value)
throws java.lang.IllegalArgumentException
bean - the decorated beanvalue - the new property value
java.lang.IllegalArgumentException - if the bean is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||