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