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