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