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