public static enum RubyWarnings.Category extends java.lang.Enum<RubyWarnings.Category>
| Enum Constant and Description |
|---|
DEPRECATED |
EXPERIMENTAL |
| Modifier and Type | Method and Description |
|---|---|
static RubyWarnings.Category |
fromId(java.lang.String id) |
static RubyWarnings.Category |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyWarnings.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RubyWarnings.Category EXPERIMENTAL
public static final RubyWarnings.Category DEPRECATED
public static RubyWarnings.Category[] values()
for (RubyWarnings.Category c : RubyWarnings.Category.values()) System.out.println(c);
public static RubyWarnings.Category valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static RubyWarnings.Category fromId(java.lang.String id)
Copyright © 2001-2023 JRuby. All Rights Reserved.