public class TypeDocMeta extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
List<Annotation> |
annotationTypeList
annotation type list.
|
| コンストラクタと説明 |
|---|
TypeDocMeta() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<String> |
getAnnotationList() |
List<Annotation> |
getAnnotationTypeList() |
String |
getComment() |
String |
getDescription() |
Class<?> |
getGenericType() |
String |
getName() |
List<TypeDocMeta> |
getNestTypeDocMetaList() |
String |
getSimpleTypeName() |
Class<?> |
getType() |
String |
getTypeName() |
String |
getValue() |
void |
setAnnotationList(List<String> annotationList) |
void |
setAnnotationTypeList(List<Annotation> annotationTypeList) |
void |
setComment(String comment) |
void |
setDescription(String description) |
void |
setGenericType(Class<?> genericType) |
void |
setName(String name) |
void |
setNestTypeDocMetaList(List<TypeDocMeta> nestTypeDocMetaList) |
void |
setSimpleTypeName(String simpleTypeName) |
void |
setType(Class<?> type) |
void |
setTypeName(String typeName) |
void |
setValue(String value) |
String |
toString() |
public transient List<Annotation> annotationTypeList
public String getName()
public void setName(String name)
public Class<?> getType()
public void setType(Class<?> type)
public String getTypeName()
public void setTypeName(String typeName)
public String getSimpleTypeName()
public void setSimpleTypeName(String simpleTypeName)
public Class<?> getGenericType()
public void setGenericType(Class<?> genericType)
public String getValue()
public void setValue(String value)
public String getDescription()
public void setDescription(String description)
public String getComment()
public void setComment(String comment)
public List<Annotation> getAnnotationTypeList()
public void setAnnotationTypeList(List<Annotation> annotationTypeList)
public List<TypeDocMeta> getNestTypeDocMetaList()
public void setNestTypeDocMetaList(List<TypeDocMeta> nestTypeDocMetaList)
Copyright © 2015–2017 The DBFlute Project. All rights reserved.