public static enum BuiltinClass.Type extends java.lang.Enum<BuiltinClass.Type>
| Modifier and Type | Method and Description |
|---|---|
static BuiltinClass.Type |
fromOrdinal(int value) |
static BuiltinClass.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BuiltinClass.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltinClass.Type OBJECT
public static final BuiltinClass.Type ARRAY
public static final BuiltinClass.Type HASH
public static BuiltinClass.Type[] values()
for (BuiltinClass.Type c : BuiltinClass.Type.values()) System.out.println(c);
public static BuiltinClass.Type 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 BuiltinClass.Type fromOrdinal(int value)
Copyright © 2001-2023 JRuby. All Rights Reserved.