public enum EAppInfoSection extends java.lang.Enum<EAppInfoSection>
| Enum Constant and Description |
|---|
Albummetadata |
All |
Broadcastgamedata |
Common |
Community |
Computed |
Config |
Depots |
Extended |
First |
Install |
Localization |
OGG |
Policies |
Stats |
Store |
SysReqs |
UFS |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EAppInfoSection |
from(int code) |
static EAppInfoSection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EAppInfoSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAppInfoSection Unknown
public static final EAppInfoSection All
public static final EAppInfoSection First
public static final EAppInfoSection Common
public static final EAppInfoSection Extended
public static final EAppInfoSection Config
public static final EAppInfoSection Stats
public static final EAppInfoSection Install
public static final EAppInfoSection Depots
public static final EAppInfoSection UFS
public static final EAppInfoSection OGG
public static final EAppInfoSection Policies
public static final EAppInfoSection SysReqs
public static final EAppInfoSection Community
public static final EAppInfoSection Store
public static final EAppInfoSection Localization
public static final EAppInfoSection Broadcastgamedata
public static final EAppInfoSection Computed
public static final EAppInfoSection Albummetadata
public static EAppInfoSection[] values()
for (EAppInfoSection c : EAppInfoSection.values()) System.out.println(c);
public static EAppInfoSection 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 EAppInfoSection from(int code)