Package com.ibm.wsspi.anno.info
Interface FieldInfo
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassInfogetDeclaringClass()Answer the info object of the class which declared this field.java.lang.ObjectgetDefaultValue()Answer the default value of this field.ClassInfogetType()Answer the type of this field (as a class info object).java.lang.StringgetTypeName()Answer the name of the type of this field.- 
Methods inherited from interface com.ibm.wsspi.anno.info.InfogetAnnotation, getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotation, getDeclaredAnnotations, getHashText, getInfoStore, getModifiers, getName, getQualifiedName, isAnnotationPresent, isAnnotationPresent, isAnnotationWithin, isDeclaredAnnotationPresent, isDeclaredAnnotationPresent, isDeclaredAnnotationWithin, isPackagePrivate, isPrivate, isProtected, isPublic, log
 
- 
 
- 
- 
- 
Method Detail- 
getDeclaringClassClassInfo getDeclaringClass() Answer the info object of the class which declared this field. - Returns:
- The info object of the class which declares this field.
 
 - 
getTypeNamejava.lang.String getTypeName() Answer the name of the type of this field. - Returns:
- The name of the type of this field.
 
 - 
getTypeClassInfo getType() Answer the type of this field (as a class info object). - Returns:
- The type of this field as a class info object.
 
 - 
getDefaultValuejava.lang.Object getDefaultValue() Answer the default value of this field. 
 
- 
 
-