public enum EClientPersonaStateFlag extends Enum<EClientPersonaStateFlag>
Enum Constant and Description |
---|
ClanInfo |
ClanTag |
GameDataBlob |
GameExtraInfo |
LastSeen |
Metadata |
PlayerName |
Presence |
QueryPort |
SourceID |
Status |
Modifier and Type | Field and Description |
---|---|
private int |
code |
private static HashMap<Integer,EClientPersonaStateFlag> |
values |
Modifier and Type | Method and Description |
---|---|
static EClientPersonaStateFlag |
f(int code) |
int |
v() |
static EClientPersonaStateFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EClientPersonaStateFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EClientPersonaStateFlag Status
public static final EClientPersonaStateFlag PlayerName
public static final EClientPersonaStateFlag QueryPort
public static final EClientPersonaStateFlag SourceID
public static final EClientPersonaStateFlag Presence
public static final EClientPersonaStateFlag Metadata
public static final EClientPersonaStateFlag LastSeen
public static final EClientPersonaStateFlag ClanInfo
public static final EClientPersonaStateFlag GameExtraInfo
public static final EClientPersonaStateFlag GameDataBlob
public static final EClientPersonaStateFlag ClanTag
private int code
private static HashMap<Integer,EClientPersonaStateFlag> values
public static EClientPersonaStateFlag[] values()
for (EClientPersonaStateFlag c : EClientPersonaStateFlag.values()) System.out.println(c);
public static EClientPersonaStateFlag 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 EClientPersonaStateFlag f(int code)
Copyright © 2012. All Rights Reserved.