intarsys runtime library

Uses of Class
de.intarsys.tools.reflect.FieldAccessException

Packages that use FieldAccessException
de.intarsys.tools.functor   
de.intarsys.tools.reflect   
 

Uses of FieldAccessException in de.intarsys.tools.functor
 

Methods in de.intarsys.tools.functor that throw FieldAccessException
 Object FunctorFieldHandler.getValue(Object object)
           
 Object FunctorFieldHandler.setValue(Object object, Object value)
           
 

Uses of FieldAccessException in de.intarsys.tools.reflect
 

Methods in de.intarsys.tools.reflect that throw FieldAccessException
 int IFieldHandlerAccessibility.getAccessMode(Object receiver)
          Query the access state of the field represented by this within the receiver.
 int IAccessHandlerAccessibility.getAccessMode(Object receiver, String name)
          Query the access state of the property name within the receiver.
 int IAccessSupportAccessibility.getAccessMode(String name)
          Query the access state of the property name within this.
 Object IFieldHandler.getValue(Object receiver)
          Make a reflective read access to the field represented by this within the receiver.
 Object IFieldHandler.setValue(Object receiver, Object value)
          Make a reflective write access to the field represented by this within receiver.
 


intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.