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