public class MutableBeanPropertyValue extends BeanPropertyValue implements LValue
Value that reflects a mutable bean property in some object.| Modifier and Type | Field and Description |
|---|---|
protected Method |
setter |
bean, getter, name| Constructor and Description |
|---|
MutableBeanPropertyValue(Object bean,
String name,
Method getter,
Method setter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
set(ParseSession session,
Value value)
Make assignment to this instance.
|
get, getTypeadd, and, asLValue, checkBoolean, checkIntegral, checkNotNull, checkNumeric, checkType, compare, divide, invert, lshift, mod, multiply, negate, or, rshift, subtract, urshift, xor, xxcrementprotected final Method setter
public MutableBeanPropertyValue(Object bean, String name, Method getter, Method setter)
bean - bean objectname - property namegetter - getter methodsetter - setter methodIllegalArgumentException - if any parameter is nullpublic void set(ParseSession session, Value value)
LValueCopyright © 2017. All rights reserved.