- すべてのスーパー・インタフェース:
- BlockTagTree,- DocTree
public interface SerialFieldTree extends BlockTagTree
@serialFieldブロック・タグのツリー・ノードです。
 
    @serialField field-name field-type field-description
 - 導入されたバージョン:
- 1.8
- 
ネストされたクラスのサマリーインタフェース com.sun.source.doctree.DocTreeで宣言されたネストされたクラス/インタフェースDocTree.Kind
- 
メソッドのサマリーインタフェース com.sun.source.doctree.BlockTagTreeで宣言されたメソッドgetTagName
- 
メソッドの詳細- 
getNameIdentifierTree getName()シリアル・フィールドの名前を返します。- 戻り値:
- シリアル・フィールドの名前
 
- 
getTypeReferenceTree getType()シリアル・フィールドの型を返します。- 戻り値:
- シリアル・フィールドの型
 
- 
getDescriptionシリアル・フィールドの説明を返します。- 戻り値:
- シリアル・フィールドの説明
 
 
-