public static enum BSA.FileType extends java.lang.Enum<BSA.FileType>
Enum Constant and Description |
---|
CTL |
DDS |
MP3 |
NIF |
SPT |
TEX_FNT |
TXT_HTML_BAT_SCC |
WAV |
XML |
Modifier and Type | Method and Description |
---|---|
static BSA.FileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BSA.FileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BSA.FileType NIF
public static final BSA.FileType DDS
public static final BSA.FileType XML
public static final BSA.FileType WAV
public static final BSA.FileType MP3
public static final BSA.FileType TXT_HTML_BAT_SCC
public static final BSA.FileType SPT
public static final BSA.FileType TEX_FNT
public static final BSA.FileType CTL
public static BSA.FileType[] values()
for (BSA.FileType c : BSA.FileType.values()) System.out.println(c);
public static BSA.FileType 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