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