Uses of Enum Class
com.graphhopper.json.Statement.Op
Packages that use Statement.Op
-
Uses of Statement.Op in com.graphhopper.json
Methods in com.graphhopper.json that return Statement.OpModifier and TypeMethodDescriptionStatement.getOperation()
static Statement.Op
Returns the enum constant of this class with the specified name.static Statement.Op[]
Statement.Op.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.graphhopper.json with parameters of type Statement.OpModifier and TypeMethodDescriptionstatic 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)