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