public enum LoaFileType extends Enum<LoaFileType>
| Enum Constant and Description |
|---|
CSV |
JPG |
PDF |
PLAIN |
TIFF |
WAV |
XML |
ZIP |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static LoaFileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoaFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoaFileType PDF
public static final LoaFileType PLAIN
public static final LoaFileType JPG
public static final LoaFileType TIFF
public static final LoaFileType CSV
public static final LoaFileType XML
public static final LoaFileType WAV
public static final LoaFileType ZIP
public static LoaFileType[] values()
for (LoaFileType c : LoaFileType.values()) System.out.println(c);
public static LoaFileType 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 nullpublic String toString()
toString in class Enum<LoaFileType>Copyright © 2018. All rights reserved.