public static enum VehicleRoutingAlgorithmListeners.Priority extends Enum<VehicleRoutingAlgorithmListeners.Priority>
| Modifier and Type | Method and Description |
|---|---|
static VehicleRoutingAlgorithmListeners.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VehicleRoutingAlgorithmListeners.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VehicleRoutingAlgorithmListeners.Priority HIGH
public static final VehicleRoutingAlgorithmListeners.Priority MEDIUM
public static final VehicleRoutingAlgorithmListeners.Priority LOW
public static VehicleRoutingAlgorithmListeners.Priority[] values()
for (VehicleRoutingAlgorithmListeners.Priority c : VehicleRoutingAlgorithmListeners.Priority.values()) System.out.println(c);
public static VehicleRoutingAlgorithmListeners.Priority 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 © 2013–2020. All rights reserved.