public class KeyValueCodingProtectedAccessor extends NSKeyValueCoding.ValueAccessor
_CLASS
Constructor and Description |
---|
KeyValueCodingProtectedAccessor() |
Modifier and Type | Method and Description |
---|---|
Object |
fieldValue(Object object,
Field field) |
Object |
methodValue(Object object,
Method method) |
void |
setFieldValue(Object object,
Field field,
Object object0) |
void |
setMethodValue(Object object,
Method method,
Object object1) |
String |
toString() |
_flushCaches, _valueAccessorForClass, protectedAccessorForPackageNamed, removeProtectedAccessorForPackageNamed, setProtectedAccessorForPackageNamed
public Object fieldValue(Object object, Field field) throws IllegalArgumentException, IllegalAccessException
fieldValue
in class NSKeyValueCoding.ValueAccessor
IllegalArgumentException
IllegalAccessException
public void setFieldValue(Object object, Field field, Object object0) throws IllegalArgumentException, IllegalAccessException
setFieldValue
in class NSKeyValueCoding.ValueAccessor
IllegalArgumentException
IllegalAccessException
public Object methodValue(Object object, Method method) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
methodValue
in class NSKeyValueCoding.ValueAccessor
IllegalArgumentException
IllegalAccessException
InvocationTargetException
public void setMethodValue(Object object, Method method, Object object1) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
setMethodValue
in class NSKeyValueCoding.ValueAccessor
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2002 – 2024 Project Wonder.