Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The class parses and stores the three serialField tag parameters: - field name - field type name (fully-qualified or visible from the current import context) - description of the valid values for the fieldThis tag is only allowed in the javadoc for the special member serialPersistentFields.
Fields inherited from class java.io.Serializable | |
serialVersionUID |
Method Summary | |
int | compareTo(java.lang.Object obj)
Compares this Object with the specified Object for order. |
java.lang.String | description()
Return the field comment. |
java.lang.String | fieldName()
Return the serialziable field name. |
ClassDoc | fieldTypeDoc()
Return the ClassDoc for field type. |
java.lang.String | fieldType()
Return the field type string. |
Methods inherited from interface com.sun.javadoc.Tag | |
inlineTags, kind, name, text, toString |
Method Detail |
public java.lang.String fieldName()
public java.lang.String fieldType()
public ClassDoc fieldTypeDoc()
public java.lang.String description()
public int compareTo(java.lang.Object obj)
Included to make SerialFieldTag items java.lang.Comparable.
obj
- the Object
to be compared.Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |