public static enum MapPathsEvaluationTask.PathType extends Enum<MapPathsEvaluationTask.PathType>
| Enum Constant and Description |
|---|
ALL |
NO_JUMP_NO_LIFTS |
NO_JUMPS |
NO_LIFTS |
| Modifier and Type | Method and Description |
|---|---|
static MapPathsEvaluationTask.PathType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapPathsEvaluationTask.PathType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapPathsEvaluationTask.PathType ALL
public static final MapPathsEvaluationTask.PathType NO_JUMPS
public static final MapPathsEvaluationTask.PathType NO_LIFTS
public static final MapPathsEvaluationTask.PathType NO_JUMP_NO_LIFTS
public static MapPathsEvaluationTask.PathType[] values()
for (MapPathsEvaluationTask.PathType c : MapPathsEvaluationTask.PathType.values()) System.out.println(c);
public static MapPathsEvaluationTask.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 © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.