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