|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ALDTableWindow.TableModelDelimiter>
de.unihalle.informatik.Alida.dataio.provider.swing.components.ALDTableWindow.TableModelDelimiter
public static enum ALDTableWindow.TableModelDelimiter
Delimiters available when writing a model to a string or file.
Enum Constant Summary | |
---|---|
SPACE
Use a white-space as delimiter. |
|
TAB
Use a tabulator as delimiter. |
Method Summary | |
---|---|
static ALDTableWindow.TableModelDelimiter |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ALDTableWindow.TableModelDelimiter SPACE
public static final ALDTableWindow.TableModelDelimiter TAB
Method Detail |
---|
public static ALDTableWindow.TableModelDelimiter 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 name
java.lang.NullPointerException
- if the argument is nullpublic static ALDTableWindow.TableModelDelimiter[] values()
for (ALDTableWindow.TableModelDelimiter c : ALDTableWindow.TableModelDelimiter.values()) System.out.println(c);
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |