public final class CecBehavior
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static CecBehavior |
ERROR
Fail the execution in Error state (the default).
|
static CecBehavior |
WAIT
Wait until concurrently executing object is finished.
|
Modifier and Type | Method and Description |
---|---|
static CecBehavior |
valueOf(java.lang.String name) |
static CecBehavior[] |
values() |
public static final CecBehavior ERROR
public static final CecBehavior WAIT
public static CecBehavior[] values()
public static CecBehavior valueOf(java.lang.String name)