public interface Outcome
Modifier and Type | Interface and Description |
---|---|
static class |
Outcome.Level |
Modifier and Type | Method and Description |
---|---|
void |
addOutcome(Outcome outcome) |
void |
addOutcomes(List<Outcome> outcomes) |
Exception |
getException() |
Outcome.Level |
getLevel() |
String |
getMessage() |
List<Outcome> |
getOutcomes() |
boolean |
isMultiOutcome() |
boolean |
isOK() |
void addOutcome(Outcome outcome)
String getMessage()
Exception getException()
Outcome.Level getLevel()
boolean isOK()
boolean isMultiOutcome()
Copyright © 2013–2019. All rights reserved.