|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldInfo
Info object type representing a java field.
The name and qualified name of a method info object are different: The qualified name of a field includes the name of the class declaring the field.
Method Summary | |
---|---|
ClassInfo |
getDeclaringClass()
Answer the info object of the class which declared this field. |
java.lang.Object |
getDefaultValue()
Answer the default value of this field. |
ClassInfo |
getType()
Answer the type of this field (as a class info object). |
java.lang.String |
getTypeName()
Answer the name of the type of this field. |
Methods inherited from interface com.ibm.wsspi.anno.info.Info |
---|
getAnnotation, getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotation, getDeclaredAnnotations, getHashText, getInfoStore, getModifiers, getName, getQualifiedName, isAnnotationPresent, isAnnotationPresent, isAnnotationWithin, isDeclaredAnnotationPresent, isDeclaredAnnotationPresent, isDeclaredAnnotationWithin, isPackagePrivate, isPrivate, isProtected, isPublic, log |
Method Detail |
---|
ClassInfo getDeclaringClass()
Answer the info object of the class which declared this field.
java.lang.String getTypeName()
Answer the name of the type of this field.
ClassInfo getType()
Answer the type of this field (as a class info object).
java.lang.Object getDefaultValue()
Answer the default value of this field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |