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