A DynaClass is a simulation of the functionality of java.lang.Class
for classes implementing the DynaBean
interface. DynaBean instances that share the same DynaClass all have the same set of available properties, along with any associated data types, read-only states, and write-only states.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|