public enum EDepotFileFlag extends Enum<EDepotFileFlag>
Enum Constant and Description |
---|
Directory |
Encrypted |
Executable |
Hidden |
ReadOnly |
UserConfig |
VersionedUserConfig |
Modifier and Type | Field and Description |
---|---|
private int |
code |
Modifier and Type | Method and Description |
---|---|
int |
v() |
static EDepotFileFlag |
valueOf(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 EDepotFileFlag[] values()
for (EDepotFileFlag c : EDepotFileFlag.values()) System.out.println(c);
public static EDepotFileFlag 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 int v()
Copyright © 2012. All Rights Reserved.