public enum EClanRelationship extends Enum<EClanRelationship>
Enum Constant and Description |
---|
Blocked |
Invited |
Kicked |
Member |
None |
Modifier and Type | Field and Description |
---|---|
private int |
code |
private static HashMap<Integer,EClanRelationship> |
values |
Modifier and Type | Method and Description |
---|---|
static EClanRelationship |
f(int code) |
int |
v() |
static EClanRelationship |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EClanRelationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EClanRelationship None
public static final EClanRelationship Blocked
public static final EClanRelationship Invited
public static final EClanRelationship Member
public static final EClanRelationship Kicked
private int code
private static HashMap<Integer,EClanRelationship> values
public static EClanRelationship[] values()
for (EClanRelationship c : EClanRelationship.values()) System.out.println(c);
public static EClanRelationship 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 EClanRelationship f(int code)
Copyright © 2012. All Rights Reserved.