Uses of Class
org.openstreetmap.josm.io.GpxParser.State
-
Packages that use GpxParser.State Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of GpxParser.State in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as GpxParser.State Modifier and Type Field Description private GpxParser.StateGpxParser. currentStateFields in org.openstreetmap.josm.io with type parameters of type GpxParser.State Modifier and Type Field Description private java.util.Stack<GpxParser.State>GpxParser. statesMethods in org.openstreetmap.josm.io that return GpxParser.State Modifier and Type Method Description static GpxParser.StateGpxParser.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GpxParser.State[]GpxParser.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-