public static enum FileSourceGPX.GPXConstants.WPTAttribute extends java.lang.Enum<FileSourceGPX.GPXConstants.WPTAttribute>
Modifier and Type | Method and Description |
---|---|
static FileSourceGPX.GPXConstants.WPTAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileSourceGPX.GPXConstants.WPTAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSourceGPX.GPXConstants.WPTAttribute LAT
public static final FileSourceGPX.GPXConstants.WPTAttribute LON
public static FileSourceGPX.GPXConstants.WPTAttribute[] values()
for (FileSourceGPX.GPXConstants.WPTAttribute c : FileSourceGPX.GPXConstants.WPTAttribute.values()) System.out.println(c);
public static FileSourceGPX.GPXConstants.WPTAttribute 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