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