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

Uses of Dynamic in net.israfil.foundation.dynamic
 

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

Classes in net.israfil.foundation.dynamic 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-2008. All Rights Reserved.