gov.nih.nci.caarray.util
Class ReflectionHelper

java.lang.Object
  extended by gov.nih.nci.caarray.util.ReflectionHelper

public final class ReflectionHelper
extends java.lang.Object

Utility class holding a set of PropertyAcessors for the properties of a class.

Author:
dkokotov

Constructor Summary
ReflectionHelper(PropertyAccessor[] accessors)
           
 
Method Summary
 PropertyAccessor[] getAccessors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionHelper

public ReflectionHelper(PropertyAccessor[] accessors)
Parameters:
accessors - the set of accessors for the properties of a class
Method Detail

getAccessors

public PropertyAccessor[] getAccessors()
Returns:
the accessors