Modifier and Type | Method and Description |
---|---|
static PathEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathEvent CALC_STARTED
public static final PathEvent CALC_FINISHED_NOW_EXECUTING
public static final PathEvent CALC_FAILED
public static final PathEvent NEXT_SEGMENT_CALC_STARTED
public static final PathEvent NEXT_SEGMENT_CALC_FINISHED
public static final PathEvent CONTINUING_ONTO_PLANNED_NEXT
public static final PathEvent SPLICING_ONTO_NEXT_EARLY
public static final PathEvent PATH_FINISHED_NEXT_STILL_CALCULATING
public static final PathEvent NEXT_CALC_FAILED
public static final PathEvent DISCARD_NEXT
public static PathEvent[] values()
for (PathEvent c : PathEvent.values()) System.out.println(c);
public static PathEvent valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null