public enum EAppInfoSection extends Enum<EAppInfoSection>
Enum Constant and Description |
---|
All |
Common |
Community |
Config |
Depots |
DRM |
Extended |
First |
Install |
ItemsUNUSED |
OGG |
Policies |
Stats |
SysReqs |
UFS |
Unknown |
VAC |
Modifier and Type | Field and Description |
---|---|
private int |
code |
private static HashMap<Integer,EAppInfoSection> |
values |
Modifier and Type | Method and Description |
---|---|
static EAppInfoSection |
f(int code) |
int |
v() |
static EAppInfoSection |
valueOf(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 VAC
public static final EAppInfoSection DRM
public static final EAppInfoSection UFS
public static final EAppInfoSection OGG
public static final EAppInfoSection ItemsUNUSED
public static final EAppInfoSection Policies
public static final EAppInfoSection SysReqs
public static final EAppInfoSection Community
private int code
private static HashMap<Integer,EAppInfoSection> values
public static EAppInfoSection[] values()
for (EAppInfoSection c : EAppInfoSection.values()) System.out.println(c);
public static EAppInfoSection 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()
public static EAppInfoSection f(int code)
Copyright © 2012. All Rights Reserved.