er.grouping
Class KeyValueCodingProtectedAccessor
java.lang.Object
com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
er.grouping.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 |
cat
public static final Logger cat
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 – 2007 Project Wonder.