public static enum ITrace.Indent extends Enum<ITrace.Indent>
Modifier and Type | Method and Description |
---|---|
static ITrace.Indent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITrace.Indent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITrace.Indent in
public static final ITrace.Indent out
public static ITrace.Indent[] values()
for (ITrace.Indent c : ITrace.Indent.values()) System.out.println(c);
public static ITrace.Indent 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 null