public static enum PathResult.ResultType extends Enum<PathResult.ResultType>
| Enum Constant and Description |
|---|
Completed |
Failed |
FailedInNavigate |
FailedToStart |
FailedToStartInNavigate |
NotBuilt |
| Modifier and Type | Method and Description |
|---|---|
static PathResult.ResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathResult.ResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathResult.ResultType NotBuilt
public static final PathResult.ResultType Failed
public static final PathResult.ResultType Completed
public static final PathResult.ResultType FailedToStart
public static final PathResult.ResultType FailedInNavigate
public static final PathResult.ResultType FailedToStartInNavigate
public static PathResult.ResultType[] values()
for (PathResult.ResultType c : PathResult.ResultType.values()) System.out.println(c);
public static PathResult.ResultType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.