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