public enum EDepotFileFlag extends java.lang.Enum<EDepotFileFlag>
| Enum Constant and Description |
|---|
CustomExecutable |
Directory |
Encrypted |
Executable |
Hidden |
InstallScript |
ReadOnly |
Symlink |
UserConfig |
VersionedUserConfig |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static int |
code(java.util.EnumSet<EDepotFileFlag> flags) |
static java.util.EnumSet<EDepotFileFlag> |
from(int code) |
static EDepotFileFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EDepotFileFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDepotFileFlag UserConfig
public static final EDepotFileFlag VersionedUserConfig
public static final EDepotFileFlag Encrypted
public static final EDepotFileFlag ReadOnly
public static final EDepotFileFlag Hidden
public static final EDepotFileFlag Executable
public static final EDepotFileFlag Directory
public static final EDepotFileFlag CustomExecutable
public static final EDepotFileFlag InstallScript
public static final EDepotFileFlag Symlink
public static EDepotFileFlag[] values()
for (EDepotFileFlag c : EDepotFileFlag.values()) System.out.println(c);
public static EDepotFileFlag 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 int code()
public static java.util.EnumSet<EDepotFileFlag> from(int code)
public static int code(java.util.EnumSet<EDepotFileFlag> flags)