Uses of Class
org.openstreetmap.josm.data.imagery.vectortile.mapbox.Command
-
Packages that use Command Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox -
-
Uses of Command in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox declared as Command Modifier and Type Field Description private Command
CommandInteger. type
Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return Command Modifier and Type Method Description Command
CommandInteger. getType()
Get the command typestatic Command
Command. valueOf(String name)
Returns the enum constant of this type with the specified name.static Command[]
Command. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-