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