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