public static enum ProtecodeSc.Status extends Enum<ProtecodeSc.Status>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProtecodeSc.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtecodeSc.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtecodeSc.Status B
public static final ProtecodeSc.Status R
public static final ProtecodeSc.Status F
public static ProtecodeSc.Status[] values()
for (ProtecodeSc.Status c : ProtecodeSc.Status.values()) System.out.println(c);
public static ProtecodeSc.Status 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 String toString()
toString in class Enum<ProtecodeSc.Status>Copyright © 2016. All rights reserved.