public final class StartupState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE |
static int |
INACTIVE |
static int |
NONE |
static java.lang.Integer[] |
s_states |
Constructor and Description |
---|
StartupState() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Integer |
getStartupState(java.lang.String stateStr) |
public static final int NONE
public static final int ACTIVE
public static final int INACTIVE
public static final java.lang.Integer[] s_states