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