- すべてのスーパー・インタフェース:
- BlockTagTree,- DocTree
public interface SerialFieldTree extends BlockTagTree
@serialDataブロック・タグのツリー・ノードです。
 
@serialField field-name field-type field-description
- 導入されたバージョン:
- 1.8
- 
ネストされたクラスのサマリー
- 
メソッドのサマリー修飾子と型 メソッド 説明 List<? extends DocTree>getDescription()シリアル・フィールドの説明を返します。IdentifierTreegetName()シリアル・フィールドの名前を返します。ReferenceTreegetType()シリアル・フィールドの型を返します。
- 
メソッドの詳細- 
getNameIdentifierTree getName()シリアル・フィールドの名前を返します。- 戻り値:
- シリアル・フィールドの名前
 
- 
getTypeReferenceTree getType()シリアル・フィールドの型を返します。- 戻り値:
- シリアル・フィールドの型
 
- 
getDescriptionシリアル・フィールドの説明を返します。- 戻り値:
- シリアル・フィールドの説明
 
 
-