public static enum JRubyRun.Mode extends Enum<JRubyRun.Mode>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static JRubyRun.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JRubyRun.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JRubyRun.Mode _19
public static final JRubyRun.Mode _18
public static final JRubyRun.Mode _18_19
public static final JRubyRun.Mode DEFAULT
public final String flag
public static JRubyRun.Mode[] values()
for (JRubyRun.Mode c : JRubyRun.Mode.values()) System.out.println(c);
public static JRubyRun.Mode 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<JRubyRun.Mode>Copyright © 2013. All Rights Reserved.