public class ActionDocMeta extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
List<Annotation> |
annotationTypeList
The list of annotation type defined at both action and execute method.
|
| コンストラクタと説明 |
|---|
ActionDocMeta() |
public transient List<Annotation> annotationTypeList
public String getUrl()
public void setUrl(String url)
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 String getDescription()
public void setDescription(String description)
public String getTypeComment()
public void setTypeComment(String typeComment)
public List<TypeDocMeta> getFieldTypeDocMetaList()
public void setFieldTypeDocMetaList(List<TypeDocMeta> fieldTypeDocMetaList)
public String getMethodName()
public void setMethodName(String methodName)
public String getMethodComment()
public void setMethodComment(String methodComment)
public List<Annotation> getAnnotationTypeList()
public void setAnnotationTypeList(List<Annotation> annotationTypeList)
public List<TypeDocMeta> getParameterTypeDocMetaList()
public void setParameterTypeDocMetaList(List<TypeDocMeta> parameterTypeDocMetList)
public TypeDocMeta getFormTypeDocMeta()
public void setFormTypeDocMeta(TypeDocMeta formTypeDocMeta)
public TypeDocMeta getReturnTypeDocMeta()
public void setReturnTypeDocMeta(TypeDocMeta returnTypeDocMeta)
public Integer getFileLineCount()
public void setFileLineCount(Integer fileLineCount)
public Integer getMethodLineCount()
public void setMethodLineCount(Integer methodLineCount)
Copyright © 2015–2019 The DBFlute Project. All rights reserved.