public interface TodoElement extends ReviewElement
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReason()
Return the reason of the TODO.
|
default java.lang.String |
getTODOText()
Return the text of the TODO.
|
short |
getType()
Return the type of the TODO.
|
boolean |
hasReason()
Return true if the TODO has a reason.
|
default boolean |
hasTODOText()
Return true if the TODO has a text.
|
getIndex, getRef
boolean hasReason()
java.lang.String getReason()
default java.lang.String getTODOText()
getReason()
.getTODOText
in interface ReviewElement
default boolean hasTODOText()
hasReason()
.short getType()
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence