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