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 static Command[]
Command. CACHED_VALUES
private Command
CommandInteger. type
Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return Command Modifier and Type Method Description (package private) static Command[]
Command. getAllValues()
Get a pre-calculated array of allCommand
values.Command
CommandInteger. getType()
Get the command typestatic Command
Command. valueOf(java.lang.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.
-