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