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