Uses of Class
org.openstreetmap.josm.data.osm.search.SearchCompiler.ExactKeyValue.Mode
-
Packages that use SearchCompiler.ExactKeyValue.Mode Package Description org.openstreetmap.josm.data.osm.search Provides classes allowing to search OSM primitives in a dataset using textual queries. -
-
Uses of SearchCompiler.ExactKeyValue.Mode in org.openstreetmap.josm.data.osm.search
Fields in org.openstreetmap.josm.data.osm.search declared as SearchCompiler.ExactKeyValue.Mode Modifier and Type Field Description private SearchCompiler.ExactKeyValue.Mode
SearchCompiler.ExactKeyValue. mode
Methods in org.openstreetmap.josm.data.osm.search that return SearchCompiler.ExactKeyValue.Mode Modifier and Type Method Description SearchCompiler.ExactKeyValue.Mode
SearchCompiler.ExactKeyValue. getMode()
static SearchCompiler.ExactKeyValue.Mode
SearchCompiler.ExactKeyValue.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchCompiler.ExactKeyValue.Mode[]
SearchCompiler.ExactKeyValue.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-