public enum swOpenDocOptions_e extends java.lang.Enum<swOpenDocOptions_e>
Modifier and Type | Method and Description |
---|---|
static swOpenDocOptions_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swOpenDocOptions_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swOpenDocOptions_e swOpenDocOptions_Silent
public static final swOpenDocOptions_e swOpenDocOptions_ReadOnly
public static final swOpenDocOptions_e swOpenDocOptions_ViewOnly
public static final swOpenDocOptions_e swOpenDocOptions_RapidDraft
public static final swOpenDocOptions_e swOpenDocOptions_LoadModel
public static final swOpenDocOptions_e swOpenDocOptions_AutoMissingConfig
public static final swOpenDocOptions_e swOpenDocOptions_OverrideDefaultLoadLightweight
public static final swOpenDocOptions_e swOpenDocOptions_LoadLightweight
public static final swOpenDocOptions_e swOpenDocOptions_DontLoadHiddenComponents
public static final swOpenDocOptions_e swOpenDocOptions_LoadExternalReferencesInMemory
public static final swOpenDocOptions_e swOpenDocOptions_OpenDetailingMode
public static final swOpenDocOptions_e swOpenDocOptions_LDR_EditAssembly
public static final swOpenDocOptions_e swOpenDocOptions_SpeedPak
public static final swOpenDocOptions_e swOpenDocOptions_AdvancedConfig
public static swOpenDocOptions_e[] values()
for (swOpenDocOptions_e c : swOpenDocOptions_e.values()) System.out.println(c);
public static swOpenDocOptions_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