Project Wonder 5.0

com.webobjects.eocontrol
Class KeyValueCodingProtectedAccessor

java.lang.Object
  extended by com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
      extended by com.webobjects.eocontrol.KeyValueCodingProtectedAccessor

public class KeyValueCodingProtectedAccessor
extends NSKeyValueCoding.ValueAccessor


Field Summary
 
Fields inherited from class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
_CLASS
 
Constructor Summary
KeyValueCodingProtectedAccessor()
           
 
Method Summary
 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()
           
 
Methods inherited from class com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
_flushCaches, _valueAccessorForClass, protectedAccessorForPackageNamed, removeProtectedAccessorForPackageNamed, setProtectedAccessorForPackageNamed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyValueCodingProtectedAccessor

public KeyValueCodingProtectedAccessor()
Method Detail

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 object0)
                   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 object1)
                    throws IllegalArgumentException,
                           IllegalAccessException,
                           InvocationTargetException
Specified by:
setMethodValue in class NSKeyValueCoding.ValueAccessor
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException

toString

public String toString()
Overrides:
toString in class Object

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.