|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.Utility.ReflectionInformation
Class declaration

| Constructor Summary | |
ReflectionInformation()
|
|
| Method Summary | |
static java.lang.reflect.Field |
getObjectAttributeField(java.lang.Object obj,
java.lang.String attribute_name)
Given an object and an attribute name for that object, get the attribute Field from the object |
static java.lang.String[] |
getObjectAttributeNames(java.lang.Object obj)
Given an object, get the attribute names from the object |
static java.lang.String |
getObjectAttributeType(java.lang.Object obj,
java.lang.String attribute_name)
Given an object and an attribute name for that object, get the attribute type from the object |
static boolean |
isObjectAttributeTypeArray(java.lang.Object obj,
java.lang.String attribute_name)
Given an object and an attribute name for that object, tell if that attribute is an array |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReflectionInformation()
| Method Detail |
public static java.lang.String[] getObjectAttributeNames(java.lang.Object obj)
obj - Object containing the attributes
public static java.lang.reflect.Field getObjectAttributeField(java.lang.Object obj,
java.lang.String attribute_name)
obj - Object containing the attributeattribute_name - Name of attribute to be retrieved
public static java.lang.String getObjectAttributeType(java.lang.Object obj,
java.lang.String attribute_name)
obj - Object containing the attributeattribute_name - Name of attribute whose type is to be returned
public static boolean isObjectAttributeTypeArray(java.lang.Object obj,
java.lang.String attribute_name)
obj - Object containing the attributeattribute_name - Name of attribute to be tested
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||