public static enum Column.opts extends java.lang.Enum<Column.opts>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMsg() |
static Column.opts |
toEnum(java.lang.String s) |
static Column.opts |
toEnumEH(java.lang.String s) |
static Column.opts |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Column.opts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Column.opts option
public static final Column.opts table
public static final Column.opts empty
public static Column.opts[] values()
for (Column.opts c : Column.opts.values()) System.out.println(c);
public static Column.opts 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 nullpublic java.lang.String getMsg()
public static Column.opts toEnum(java.lang.String s)
public static Column.opts toEnumEH(java.lang.String s)