public static enum JkTestProcessor.JkProgressOutputStyle extends java.lang.Enum<JkTestProcessor.JkProgressOutputStyle> implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
static JkTestProcessor.JkProgressOutputStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JkTestProcessor.JkProgressOutputStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JkTestProcessor.JkProgressOutputStyle FULL
public static final JkTestProcessor.JkProgressOutputStyle TREE
public static final JkTestProcessor.JkProgressOutputStyle ONE_LINE
public static final JkTestProcessor.JkProgressOutputStyle SILENT
public static final JkTestProcessor.JkProgressOutputStyle BAR
public static JkTestProcessor.JkProgressOutputStyle[] values()
for (JkTestProcessor.JkProgressOutputStyle c : JkTestProcessor.JkProgressOutputStyle.values()) System.out.println(c);
public static JkTestProcessor.JkProgressOutputStyle 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