public static enum OldSimpleOwlSim.Stage extends Enum<OldSimpleOwlSim.Stage>
Modifier and Type | Method and Description |
---|---|
static OldSimpleOwlSim.Stage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OldSimpleOwlSim.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OldSimpleOwlSim.Stage VIEW
public static final OldSimpleOwlSim.Stage LCS
public static OldSimpleOwlSim.Stage[] values()
for (OldSimpleOwlSim.Stage c : OldSimpleOwlSim.Stage.values()) System.out.println(c);
public static OldSimpleOwlSim.Stage 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 nullCopyright © 2010–2016. All rights reserved.