public enum swModifyTableNotifyReason_e extends java.lang.Enum<swModifyTableNotifyReason_e>
Modifier and Type | Method and Description |
---|---|
static swModifyTableNotifyReason_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swModifyTableNotifyReason_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_ColumnInsertionLeft
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_ColumnInsertionRight
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_RowInsertionAbove
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_RowInsertionBelow
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_ColumnRellocation
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_RowRellocation
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_ColumnDeletion
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_CellDataModify
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_ColumnPropertyModify
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_CellMerge
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_CellUnMerge
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_EditMultiProp
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_CustomPropertyModify
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_TableSplitVerticallyLeft
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_TableSplitVerticallyRight
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_TableSplitHorizontallyAbove
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_TableSplitHorizontallyBelow
public static final swModifyTableNotifyReason_e swModifyTableNotifyReason_TableMerge
public static swModifyTableNotifyReason_e[] values()
for (swModifyTableNotifyReason_e c : swModifyTableNotifyReason_e.values()) System.out.println(c);
public static swModifyTableNotifyReason_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