|
org.openide.src 1.8.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JavaDocTag.SerialField
Documents a Serializable field defined by an ObjectStreamField.
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
ObjectStreamField
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.openide.src.JavaDocTag |
---|
JavaDocTag.Param, JavaDocTag.See, JavaDocTag.SerialField, JavaDocTag.Throws |
Method Summary | |
---|---|
String |
description()
Return the field comment. |
String |
fieldName()
Return the serialziable field name. |
String |
fieldType()
Return the field type string. |
Methods inherited from interface org.openide.src.JavaDocTag |
---|
kind, name, text |
Method Detail |
---|
String fieldName()
String fieldType()
String description()
|
org.openide.src 1.8.31 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |