Uses of Interface
net.israfil.foundation.core.Dynamic

Packages that use Dynamic
net.israfil.foundation.core   
 

Uses of Dynamic in net.israfil.foundation.core
 

Subinterfaces of Dynamic in net.israfil.foundation.core
 interface DynamicallyAccessible
          A generic accessor interface.
 interface DynamicallyMutable
          A generic mutator interface.
 

Classes in net.israfil.foundation.core that implement Dynamic
 class DynamicallyAccessibleObject
          An implementation of the DynamicallyAccessible interface with the appropriate infrastructure for retrieving field data, via accessors if such are implemented, or directly from the field where not.
 class DynamicallyMutableObject
          An abstract class which implements the DynamicallyMutableObject infrastructure.
 class DynamicObject
          An abstract superclass that implements the Dynamic interface, with all the necessary lookup logic.
 



Copyright © 2003-2006. All Rights Reserved.