public enum swGetOpenFileNameOptions_e extends java.lang.Enum<swGetOpenFileNameOptions_e>
Modifier and Type | Method and Description |
---|---|
static swGetOpenFileNameOptions_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swGetOpenFileNameOptions_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_Silent
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_ReadOnly
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_ViewOnly
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_RapidDraft
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_LoadModel
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_AutoMissingConfig
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_OverrideDefaultLoadLightweight
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_LoadLightweight
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_DontLoadHiddenComponents
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_LoadExternalReferencesInMemory
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_OpenDetailingMode
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_LDR_EditAssembly
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_SpeedPak
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_AdvancedConfig
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_UseLargeAssemblySettings
public static final swGetOpenFileNameOptions_e swGetOpenFileNameOptions_SelectedSheets
public static swGetOpenFileNameOptions_e[] values()
for (swGetOpenFileNameOptions_e c : swGetOpenFileNameOptions_e.values()) System.out.println(c);
public static swGetOpenFileNameOptions_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