Class StopResult
-
- All Implemented Interfaces:
-
java.lang.Comparable
public class StopResult extends ActionResult
-
-
Constructor Summary
Constructors Constructor Description StopResult()
StopResult(int priority)
StopResult(String label)
StopResult(String label, int priority)
-
Method Summary
Modifier and Type Method Description String
getLabel()
int
getPriority()
ResultType
getType()
-
-
Method Detail
-
getPriority
int getPriority()
-
getType
@NonNull() ResultType getType()
-
-
-
-