public enum GPXFileType extends java.lang.Enum<GPXFileType> implements FileType
Enum Constant and Description |
---|
GPX |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String[] |
getFileExtension() |
FileTypeFilter |
getFileTypeFilter() |
static GPXFileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GPXFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPXFileType GPX
public static GPXFileType[] values()
for (GPXFileType c : GPXFileType.values()) System.out.println(c);
public static GPXFileType 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 nullpublic java.lang.String[] getFileExtension()
getFileExtension
in interface FileType
public java.lang.String getDescription()
getDescription
in interface FileType
public FileTypeFilter getFileTypeFilter()
getFileTypeFilter
in interface FileType