Package | Description |
---|---|
jfun.util.beans |
Provides helper classes to handle java bean properties.
|
Modifier and Type | Method and Description |
---|---|
void |
BeanType.setProperty(java.lang.Object bean,
java.lang.String name,
java.lang.Object val)
Set value for a property of a bean of this type.
|
Bean |
Bean.setProperty(java.lang.String name,
int ind,
java.lang.Object val)
Set value for an indexed property.
|
Bean |
Bean.setProperty(java.lang.String name,
java.lang.Object val)
Set value for a property.
|