public enum CellsSplitterEnum extends Enum<CellsSplitterEnum>
| Modifier and Type | Method and Description |
|---|---|
char |
getChar()
Get cells splitter char.
|
static CellsSplitterEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellsSplitterEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CellsSplitterEnum TAB
public static final CellsSplitterEnum SPACE
public static final CellsSplitterEnum COMMA
public static CellsSplitterEnum[] values()
for (CellsSplitterEnum c : CellsSplitterEnum.values()) System.out.println(c);
public static CellsSplitterEnum 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 char getChar()
Copyright © 2019. All rights reserved.