public static enum GetPathResponseContainer.Status extends java.lang.Enum<GetPathResponseContainer.Status>
| Enum Constant and Description |
|---|
CLIENT_ERROR |
COULD_NOT_FIND_PATH |
NO_WEB_PATH |
NOT_MAPPED |
SUCCESS |
UNKNOWN |
UNWALKABLE |
| Modifier and Type | Method and Description |
|---|---|
static GetPathResponseContainer.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetPathResponseContainer.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetPathResponseContainer.Status UNWALKABLE
public static final GetPathResponseContainer.Status NOT_MAPPED
public static final GetPathResponseContainer.Status NO_WEB_PATH
public static final GetPathResponseContainer.Status COULD_NOT_FIND_PATH
public static final GetPathResponseContainer.Status SUCCESS
public static final GetPathResponseContainer.Status UNKNOWN
public static final GetPathResponseContainer.Status CLIENT_ERROR
public static GetPathResponseContainer.Status[] values()
for (GetPathResponseContainer.Status c : GetPathResponseContainer.Status.values()) System.out.println(c);
public static GetPathResponseContainer.Status 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