net.cscott.gjdoc
public interface FieldDoc extends MemberDoc
FieldDoc class represents a field in a java class.Version: $Id: FieldDoc.java,v 1.4 2003/03/27 02:04:43 cananian Exp $
See Also: com.sun.javadoc.FieldDoc
| Method Summary | |
|---|---|
| Object | constantValue() Get the value of a constant field, wrapped in an object if it
has a primitive type. |
| String | constantValueExpression() The text of a Java language expression whose value is the value
of the constant. |
| boolean | isTransient() Return true if this field is transient. |
| boolean | isVolatile() Return true if this field is volatile. |
| List<SerialFieldTag> | serialFieldTags() Return the @serialField tags for this item. |
| Type | type() Return the type of this field. |
null.null.