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