public enum EClanRank extends Enum<EClanRank>
| Modifier and Type | Field and Description |
|---|---|
private int |
code |
| Modifier and Type | Method and Description |
|---|---|
int |
v() |
static EClanRank |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EClanRank[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EClanRank None
public static final EClanRank Owner
public static final EClanRank Officer
public static final EClanRank Member
public static EClanRank[] values()
for (EClanRank c : EClanRank.values()) System.out.println(c);
public static EClanRank 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.