|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object abbot.util.Reflector
public class Reflector
Utility for performing some common reflection tasks.
Method Summary | |
---|---|
static String |
getFieldName(Class cls,
int value,
String prefix)
Convert the value back into a field name. |
static int |
getFieldValue(Class cls,
String fieldName)
Look up the given static field value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getFieldName(Class cls, int value, String prefix)
public static int getFieldValue(Class cls, String fieldName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |