private static enum RubyClass.MarshalType extends java.lang.Enum<RubyClass.MarshalType>
| Enum Constant and Description |
|---|
DEFAULT |
DEFAULT_SLOW |
NEW_USER |
NEW_USER_SLOW |
OLD_USER |
USER_SLOW |
| Modifier and Type | Method and Description |
|---|---|
static RubyClass.MarshalType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyClass.MarshalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RubyClass.MarshalType DEFAULT
public static final RubyClass.MarshalType NEW_USER
public static final RubyClass.MarshalType OLD_USER
public static final RubyClass.MarshalType DEFAULT_SLOW
public static final RubyClass.MarshalType NEW_USER_SLOW
public static final RubyClass.MarshalType USER_SLOW
public static RubyClass.MarshalType[] values()
for (RubyClass.MarshalType c : RubyClass.MarshalType.values()) System.out.println(c);
public static RubyClass.MarshalType 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 null