gov.nih.nci.caarray.services.fileparse2.arraydesign.test
Class ReflectAccess

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse2.arraydesign.test.ReflectAccess

public class ReflectAccess
extends java.lang.Object

Simple example of program using reflection. This just increments an int bean property using reflection method calls.


Constructor Summary
ReflectAccess()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectAccess

public ReflectAccess()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception