PenProfile 2.x

com.sun.cldchi.test
Class Reflect

java.lang.Object
  extended by com.sun.cldchi.test.Reflect

public class Reflect
extends Object


Method Summary
static Reflect get(Isolate iso, String className, String fieldName)
           
 boolean getBooleanValue(String fieldName)
           
 Reflect getField(String fieldName)
           
 int getIntValue(String fieldName)
           
 Object getObjectValue()
           
static boolean getStaticBooleanValue(Isolate iso, String className, String fieldName)
           
static int getStaticIntValue(Isolate iso, String className, String fieldName)
           
static String getStaticStringValue(Isolate iso, String className, String fieldName)
           
 String getStringValue(String fieldName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static Reflect get(Isolate iso,
                          String className,
                          String fieldName)

getField

public Reflect getField(String fieldName)

getStaticIntValue

public static int getStaticIntValue(Isolate iso,
                                    String className,
                                    String fieldName)

getStaticBooleanValue

public static boolean getStaticBooleanValue(Isolate iso,
                                            String className,
                                            String fieldName)

getStaticStringValue

public static String getStaticStringValue(Isolate iso,
                                          String className,
                                          String fieldName)

getIntValue

public int getIntValue(String fieldName)

getBooleanValue

public boolean getBooleanValue(String fieldName)

getStringValue

public String getStringValue(String fieldName)

getObjectValue

public Object getObjectValue()

PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.