public enum swBlockingStates_e extends java.lang.Enum<swBlockingStates_e>
Enum Constant and Description |
---|
swEditorBlock |
swEditSketchAllowExitBlock |
swEditSketchBlock |
swFullBlock |
swModifyBlock |
swNoBlock |
swPartialModifyBlock |
swSystemBlock |
swViewOnlyBlock |
Modifier and Type | Method and Description |
---|---|
static swBlockingStates_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swBlockingStates_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swBlockingStates_e swNoBlock
public static final swBlockingStates_e swFullBlock
public static final swBlockingStates_e swModifyBlock
public static final swBlockingStates_e swPartialModifyBlock
public static final swBlockingStates_e swEditorBlock
public static final swBlockingStates_e swEditSketchBlock
public static final swBlockingStates_e swSystemBlock
public static final swBlockingStates_e swViewOnlyBlock
public static final swBlockingStates_e swEditSketchAllowExitBlock
public static swBlockingStates_e[] values()
for (swBlockingStates_e c : swBlockingStates_e.values()) System.out.println(c);
public static swBlockingStates_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