public static enum RubyInstanceConfig.ProfilingMode extends java.lang.Enum<RubyInstanceConfig.ProfilingMode>
Modifier and Type | Method and Description |
---|---|
static RubyInstanceConfig.ProfilingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyInstanceConfig.ProfilingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RubyInstanceConfig.ProfilingMode OFF
public static final RubyInstanceConfig.ProfilingMode API
public static final RubyInstanceConfig.ProfilingMode FLAT
public static final RubyInstanceConfig.ProfilingMode GRAPH
public static RubyInstanceConfig.ProfilingMode[] values()
for (RubyInstanceConfig.ProfilingMode c : RubyInstanceConfig.ProfilingMode.values()) System.out.println(c);
public static RubyInstanceConfig.ProfilingMode 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 nullCopyright © 2002-2009 JRuby Team. All Rights Reserved.