public static enum GpxConstants.ColorFormat extends java.lang.Enum<GpxConstants.ColorFormat>
| Enum Constant and Description |
|---|
GPXD
Drawing extension format
|
GPXX
Garmin track extension format
|
| Modifier and Type | Method and Description |
|---|---|
static GpxConstants.ColorFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GpxConstants.ColorFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GpxConstants.ColorFormat GPXD
public static final GpxConstants.ColorFormat GPXX
public static GpxConstants.ColorFormat[] values()
for (GpxConstants.ColorFormat c : GpxConstants.ColorFormat.values()) System.out.println(c);
public static GpxConstants.ColorFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null