public interface PrologDocumentable
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Get the author tag in doc comment
|
String |
getDescription()
Get the description tag in doc comment
|
String |
getSee()
Get the see tag in doc comment
|
String |
getSince()
Get the since tag in doc comment
|
String |
getVersion()
Get the version tag in doc comment
|
boolean |
hasAuthor()
Check if exist author tag in doc comment
|
boolean |
hasDescription()
Check if exist description tag in doc comment
|
boolean |
hasDocumentation()
Check if exist at least one tag like documentation comment
|
boolean |
hasSee()
Check if exist see tag in doc comment
|
boolean |
hasSince()
Check if exist since tag in doc comment
|
boolean |
hasVersion()
Check if exist version tag in doc comment
|
void |
setAuthor(String author)
Set the author tag in doc comment
|
void |
setDescription(String description)
Set the description tag in doc comment
|
void |
setSee(String see)
Set the see tag in doc comment
|
void |
setSince(String since)
Set the since tag in doc comment
|
void |
setVersion(String version)
Set the version tag in doc comment
|
boolean hasDocumentation()
boolean hasDescription()
boolean hasVersion()
boolean hasAuthor()
boolean hasSince()
boolean hasSee()
void setDescription(String description)
description
- description for this doc objectvoid setVersion(String version)
version
- version for this doc objectvoid setAuthor(String author)
author
- author for this doc objectvoid setSince(String since)
since
- since for this doc objectvoid setSee(String see)
see
- see for this doc objectString getDescription()
String getVersion()
String getAuthor()
String getSince()
String getSee()
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.