public enum CatTableBorderType extends java.lang.Enum<CatTableBorderType>
Enum Constant and Description |
---|
CatTableBackSlashed |
CatTableBottom |
CatTableCross |
CatTableHorStrikedOut |
CatTableInside |
CatTableLeft |
CatTableNone |
CatTableOutLine |
CatTableRight |
CatTableSlashed |
CatTableTop |
CatTableVerStrikedOut |
Modifier and Type | Method and Description |
---|---|
static CatTableBorderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatTableBorderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatTableBorderType CatTableNone
public static final CatTableBorderType CatTableLeft
public static final CatTableBorderType CatTableTop
public static final CatTableBorderType CatTableRight
public static final CatTableBorderType CatTableBottom
public static final CatTableBorderType CatTableBackSlashed
public static final CatTableBorderType CatTableSlashed
public static final CatTableBorderType CatTableHorStrikedOut
public static final CatTableBorderType CatTableVerStrikedOut
public static final CatTableBorderType CatTableOutLine
public static final CatTableBorderType CatTableInside
public static final CatTableBorderType CatTableCross
public static CatTableBorderType[] values()
for (CatTableBorderType c : CatTableBorderType.values()) System.out.println(c);
public static CatTableBorderType 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