|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PathManager.RunResult>
cz.cuni.pogamut.Client.PathManager.RunResult
public static enum PathManager.RunResult
Result of the runAlongPath.
| Enum Constant Summary | |
|---|---|
PATH_BROKEN
Path is broken - something is screwed, path manager restarted. |
|
PATH_ENDED
Bot has reached the end of the path, path manager restarted. |
|
RUNNING_ALONG
All is OK, bot is running along the path. |
|
| Method Summary | |
|---|---|
static PathManager.RunResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PathManager.RunResult[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PathManager.RunResult RUNNING_ALONG
public static final PathManager.RunResult PATH_ENDED
public static final PathManager.RunResult PATH_BROKEN
| Method Detail |
|---|
public static PathManager.RunResult[] values()
for (PathManager.RunResult c : PathManager.RunResult.values()) System.out.println(c);
public static PathManager.RunResult 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 name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||