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