站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

JavaDocTag.SerialField (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0

org.openide.src 1.8.22

org.openide.src
Interface JavaDocTag.SerialField

All Superinterfaces:
JavaDocTag
Enclosing interface:
JavaDocTag

public static interface JavaDocTag.SerialField
extends JavaDocTag

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 field

 
This tag is only allowed in the javadoc for the special member

See Also:
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

fieldName

String fieldName()
Return the serialziable field name.


fieldType

String fieldType()
Return the field type string.


description

String description()
Return the field comment. If there is no serialField comment, return javadoc comment of corresponding FieldDoc.


org.openide.src 1.8.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.