er.directtoweb
Class KeyValueCodingProtectedAccessor
java.lang.Object
com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
er.directtoweb.KeyValueCodingProtectedAccessor
- public class KeyValueCodingProtectedAccessor
- extends NSKeyValueCoding.ValueAccessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final ERXLogger log
- logging support
KeyValueCodingProtectedAccessor
public KeyValueCodingProtectedAccessor()
fieldValue
public Object fieldValue(Object object,
Field field)
throws IllegalArgumentException,
IllegalAccessException
- Throws:
IllegalArgumentException
IllegalAccessException
setFieldValue
public void setFieldValue(Object object,
Field field,
Object value)
throws IllegalArgumentException,
IllegalAccessException
- Throws:
IllegalArgumentException
IllegalAccessException
methodValue
public Object methodValue(Object object,
Method method)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
setMethodValue
public void setMethodValue(Object object,
Method method,
Object value)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2002 – 2004 Project Wonder.