public static enum RubyInstanceConfig.ProfilingMode extends Enum<RubyInstanceConfig.ProfilingMode>
Enum Constant and Description |
---|
API |
FLAT |
GRAPH |
HTML |
JSON |
OFF |
SERVICE |
Modifier and Type | Method and Description |
---|---|
static RubyInstanceConfig.ProfilingMode |
valueOf(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 final RubyInstanceConfig.ProfilingMode HTML
public static final RubyInstanceConfig.ProfilingMode JSON
public static final RubyInstanceConfig.ProfilingMode SERVICE
public static RubyInstanceConfig.ProfilingMode[] values()
for (RubyInstanceConfig.ProfilingMode c : RubyInstanceConfig.ProfilingMode.values()) System.out.println(c);
public static RubyInstanceConfig.ProfilingMode 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 nullCopyright © 2001-2014 JRuby. All Rights Reserved.