net.simplace.core.FWReflectionHelper
public class FWReflectionHelper {
// Public Constructors
public FWReflectionHelper();
// Class Methods public static String getString(String afterFirstDivider);
public static String getVariableValue(Class c, String fieldName)
throws IllegalArgumentException, IllegalAccessException,
NoSuchFieldException, SecurityException;
}