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_VALUESprivate CommandCommandInteger. typeMethods 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 allCommandvalues.CommandCommandInteger. getType()Get the command typestatic CommandCommand. 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.
-