|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.cldchi.test.Reflect
public class Reflect
| 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 |
|---|
public static Reflect get(Isolate iso,
String className,
String fieldName)
public Reflect getField(String fieldName)
public static int getStaticIntValue(Isolate iso,
String className,
String fieldName)
public static boolean getStaticBooleanValue(Isolate iso,
String className,
String fieldName)
public static String getStaticStringValue(Isolate iso,
String className,
String fieldName)
public int getIntValue(String fieldName)
public boolean getBooleanValue(String fieldName)
public String getStringValue(String fieldName)
public Object getObjectValue()
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||