public class Result
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Result |
FalseResult |
static Result |
TrueResult |
Constructor and Description |
---|
Result() |
Result(boolean isTrue) |
Result(boolean valid,
java.lang.String text) |
Result(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText() |
boolean |
isFalse() |
boolean |
isTrue() |
void |
setText(java.lang.String text) |
java.lang.String |
toString() |