|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.util.PropertyAccessor<T>
@Deprecated public final class PropertyAccessor<T>
Should be unused. Pending removal. Generalized access to a property's value.
Constructor Summary | |
---|---|
PropertyAccessor(java.lang.reflect.Method getmethod,
java.lang.reflect.Method setmethod,
PropertyMetaModel<T> pmm)
Deprecated. |
|
PropertyAccessor(java.beans.PropertyDescriptor pd,
PropertyMetaModel<T> pmm)
Deprecated. |
Method Summary | |
---|---|
T |
getValue(java.lang.Object in)
Deprecated. Retrieve the value from this object. |
void |
setValue(java.lang.Object target,
T value)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyAccessor(java.lang.reflect.Method getmethod, java.lang.reflect.Method setmethod, PropertyMetaModel<T> pmm)
public PropertyAccessor(java.beans.PropertyDescriptor pd, PropertyMetaModel<T> pmm)
Method Detail |
---|
public void setValue(java.lang.Object target, T value) throws java.lang.Exception
setValue
in interface IValueAccessor<T>
java.lang.Exception
public T getValue(java.lang.Object in) throws java.lang.Exception
getValue
in interface IValueTransformer<T>
java.lang.Exception
IValueTransformer.getValue(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |