public static enum Separator.SeparatorType extends java.lang.Enum<Separator.SeparatorType>
| Enum Constant and Description |
|---|
AT |
COMMA |
DASH |
IN |
NEWLINE |
ON |
SLASH |
| Modifier and Type | Method and Description |
|---|---|
static Separator.SeparatorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Separator.SeparatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Separator.SeparatorType COMMA
public static final Separator.SeparatorType DASH
public static final Separator.SeparatorType SLASH
public static final Separator.SeparatorType AT
public static final Separator.SeparatorType NEWLINE
public static final Separator.SeparatorType IN
public static final Separator.SeparatorType ON
public static Separator.SeparatorType[] values()
for (Separator.SeparatorType c : Separator.SeparatorType.values()) System.out.println(c);
public static Separator.SeparatorType 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 nullCopyright © 2002 – 2022 Project Wonder.