BLOCK_WITHOUT_INTERMEDIARY_STARS, D, DOCUMENTATION, M, Mbe, MULTI_LINE, S, SINGLE_LINE, TRAILING
Modifier and Type | Method and Description |
---|---|
DocumentationComment |
addParam(String s)
Adds a
param tag to the list of param tags. |
DocumentationComment |
addSee(String s)
Adds a
see tag to the list of see tags. |
String |
getAuthor()
Returns the
author tag. |
String |
getDate()
Returns the
date tag. |
String |
getDeprecated()
Returns the
deprecated tag. |
String |
getException()
Returns the
exception tag. |
List<String> |
getParams()
Returns an
List of String over the list of param
tags. |
String |
getReturn()
Returns the
return tag. |
List<String> |
getSees()
Returns an
List of String over the list of see
tags. |
String |
getSerial()
Returns the
serial tag. |
String |
getSerialData()
Returns the
serialData tag. |
String |
getSerialField()
Returns the
serialField tag. |
String |
getSince()
Returns the
since tag. |
String |
getThrows()
Returns the
throws tag. |
String |
getVersion()
Returns the
version tag. |
DocumentationComment |
setAuthor(String s)
Sets the
author tag. |
DocumentationComment |
setDate(String s)
Sets the
datew tag. |
DocumentationComment |
setDeprecated(String s)
Sets the
deprecated tag. |
DocumentationComment |
setException(String s)
Sets the
exception tag. |
DocumentationComment |
setReturn(String s)
Sets the
return tag. |
DocumentationComment |
setSerial(String s)
Sets the
serial tag. |
DocumentationComment |
setSerialData(String s)
Sets the
serialData tag. |
DocumentationComment |
setSerialField(String s)
Sets the
serialField tag. |
DocumentationComment |
setSince(String s)
Sets the
since tag. |
DocumentationComment |
setThrows(String s)
Sets the
throws tag. |
DocumentationComment |
setVersion(String s)
Sets the
version tag. |
getText, getType, setText, type
applyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vm
DocumentationComment addParam(String s)
param
tag to the list of param
tags.DocumentationComment addSee(String s)
see
tag to the list of see
tags.String getAuthor()
author
tag.String getDate()
date
tag.String getDeprecated()
deprecated
tag.String getException()
exception
tag.String getReturn()
return
tag.String getSerial()
serial
tag.String getSerialData()
serialData
tag.String getSerialField()
serialField
tag.String getSince()
since
tag.String getThrows()
throws
tag.String getVersion()
version
tag.DocumentationComment setAuthor(String s)
author
tag.DocumentationComment setDate(String s)
datew
tag.DocumentationComment setDeprecated(String s)
deprecated
tag.DocumentationComment setException(String s)
exception
tag.DocumentationComment setReturn(String s)
return
tag.DocumentationComment setSerial(String s)
serial
tag.DocumentationComment setSerialData(String s)
serialData
tag.DocumentationComment setSerialField(String s)
serialField
tag.DocumentationComment setSince(String s)
since
tag.DocumentationComment setThrows(String s)
throws
tag.DocumentationComment setVersion(String s)
version
tag.Copyright © 2000–2018 jenesis4java. All rights reserved.