private static enum GpxReader.State extends Enum<GpxReader.State>
Enum Constant and Description |
---|
author |
copyright |
ext |
gpx |
init |
link |
metadata |
rte |
trk |
trkseg |
wpt |
Modifier and Type | Method and Description |
---|---|
static GpxReader.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GpxReader.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GpxReader.State init
public static final GpxReader.State gpx
public static final GpxReader.State metadata
public static final GpxReader.State wpt
public static final GpxReader.State rte
public static final GpxReader.State trk
public static final GpxReader.State ext
public static final GpxReader.State author
public static final GpxReader.State link
public static final GpxReader.State trkseg
public static final GpxReader.State copyright
public static GpxReader.State[] values()
for (GpxReader.State c : GpxReader.State.values()) System.out.println(c);
public static GpxReader.State valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null