public static enum ALDTableWindow.TableModelDelimiter extends Enum<ALDTableWindow.TableModelDelimiter>
| Enum Constant and Description |
|---|
SPACE
Use a white-space as delimiter.
|
TAB
Use a tabulator as delimiter.
|
| Modifier and Type | Method and Description |
|---|---|
static ALDTableWindow.TableModelDelimiter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDTableWindow.TableModelDelimiter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ALDTableWindow.TableModelDelimiter TAB
public static final ALDTableWindow.TableModelDelimiter SPACE
public static ALDTableWindow.TableModelDelimiter[] values()
for (ALDTableWindow.TableModelDelimiter c : ALDTableWindow.TableModelDelimiter.values()) System.out.println(c);
public static ALDTableWindow.TableModelDelimiter 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 nullCopyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.