| Package | Description |
|---|---|
| com.graphhopper.json |
| Modifier and Type | Method and Description |
|---|---|
Statement.Op |
Statement.getOperation() |
static Statement.Op |
Statement.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statement.Op[] |
Statement.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Statement |
Statement.Else(Statement.Op op,
String value) |
static Statement |
Statement.ElseIf(String expression,
Statement.Op op,
String value) |
static Statement |
Statement.If(String expression,
Statement.Op op,
String value) |
Copyright © 2012–2023. All rights reserved.