public static enum AcePathfinderUtil.PathType extends Enum<AcePathfinderUtil.PathType>
| Enum Constant and Description |
|---|
EXPERIMENT |
SOIL |
UNKNOWN |
WEATHER |
| Modifier and Type | Method and Description |
|---|---|
static AcePathfinderUtil.PathType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcePathfinderUtil.PathType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcePathfinderUtil.PathType UNKNOWN
public static final AcePathfinderUtil.PathType EXPERIMENT
public static final AcePathfinderUtil.PathType WEATHER
public static final AcePathfinderUtil.PathType SOIL
public static AcePathfinderUtil.PathType[] values()
for (AcePathfinderUtil.PathType c : AcePathfinderUtil.PathType.values()) System.out.println(c);
public static AcePathfinderUtil.PathType 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 © 2014. All Rights Reserved.