Uses of Enum Class
com.graphhopper.json.Statement.Keyword
Packages that use Statement.Keyword
-
Uses of Statement.Keyword in com.graphhopper.json
Methods in com.graphhopper.json that return Statement.KeywordModifier and TypeMethodDescriptionStatement.keyword()Returns the value of thekeywordrecord component.static Statement.KeywordReturns the enum constant of this class with the specified name.static Statement.Keyword[]Statement.Keyword.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.graphhopper.json with parameters of type Statement.KeywordModifierConstructorDescriptionStatement(Statement.Keyword keyword, String condition, Statement.Op operation, String value, List<Statement> doBlock) Creates an instance of aStatementrecord class.