net.cscott.sinjdoc
public interface FieldDoc extends MemberDoc
FieldDoc class represents a field in a java class.
Version: $Id: FieldDoc.java,v 1.5 2003/05/08 03:54:25 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.