| 
Doclet API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FieldDoc
Represents a field in a java class.
MemberDoc| Method Summary | |
|---|---|
 Object | 
constantValue()
Get the value of a constant field.  | 
 String | 
constantValueExpression()
Get the value of a constant field.  | 
 boolean | 
isTransient()
Return true if this field is transient  | 
 boolean | 
isVolatile()
Return true if this field is volatile  | 
 SerialFieldTag[] | 
serialFieldTags()
Return the serialField tags in this FieldDoc item.  | 
 Type | 
type()
Get type of this field.  | 
| Methods inherited from interface com.sun.javadoc.MemberDoc | 
|---|
isSynthetic | 
| Methods inherited from interface com.sun.javadoc.ProgramElementDoc | 
|---|
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName | 
| Methods inherited from interface com.sun.javadoc.Doc | 
|---|
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tags | 
| Method Detail | 
|---|
Type type()
boolean isTransient()
boolean isVolatile()
SerialFieldTag[] serialFieldTags()
@serialField tags.Object constantValue()
String constantValueExpression()
  | 
Doclet API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||