Modifier and Type | Method and Description |
---|---|
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.
|
getAnnotation, getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotation, getDeclaredAnnotations, getHashText, getInfoStore, getModifiers, getName, getQualifiedName, isAnnotationPresent, isAnnotationPresent, isAnnotationWithin, isDeclaredAnnotationPresent, isDeclaredAnnotationPresent, isDeclaredAnnotationWithin, isPackagePrivate, isPrivate, isProtected, isPublic, log
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.