getProperty
public static Object getProperty(Object base,
String name)
getPropertyDescriptor
public static PropertyDescriptor getPropertyDescriptor(BeanInfo beanInfo,
String propertyName)
getPropertyDescriptor
public static PropertyDescriptor getPropertyDescriptor(Object base,
String name)
getType
public Class getType(Object base,
Object property)
getType
public Class getType(Object base,
int index)
getValue
public Object getValue(Object base,
Object property)
throws EvaluationException,
PropertyNotFoundException
getValue
public Object getValue(Object base,
int index)
throws EvaluationException,
PropertyNotFoundException
isReadOnly
public boolean isReadOnly(Object base,
Object property)
isReadOnly
public boolean isReadOnly(Object base,
int index)
setProperty
public static void setProperty(Object base,
String name,
Object newValue)
setValue
public void setValue(Object base,
Object property,
Object newValue)
throws EvaluationException,
PropertyNotFoundException
setValue
public void setValue(Object base,
int index,
Object newValue)
throws EvaluationException,
PropertyNotFoundException