public class ProcessStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__null |
static java.lang.String |
_APP_RUNNING |
static java.lang.String |
_LAUNCHER_RUNNING |
static ProcessStatus |
_null |
static java.lang.String |
_SHUTDOWN |
private static java.util.HashMap |
_table_ |
static java.lang.String |
_UNREACHABLE |
private java.lang.String |
_value_ |
static ProcessStatus |
APP_RUNNING |
static ProcessStatus |
LAUNCHER_RUNNING |
static ProcessStatus |
SHUTDOWN |
static ProcessStatus |
UNREACHABLE |
Modifier | Constructor and Description |
---|---|
protected |
ProcessStatus(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static ProcessStatus |
fromString(java.lang.String value) |
static ProcessStatus |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
private java.lang.String _value_
private static java.util.HashMap _table_
public static final java.lang.String __null
public static final java.lang.String _LAUNCHER_RUNNING
public static final java.lang.String _APP_RUNNING
public static final java.lang.String _UNREACHABLE
public static final java.lang.String _SHUTDOWN
public static final ProcessStatus _null
public static final ProcessStatus LAUNCHER_RUNNING
public static final ProcessStatus APP_RUNNING
public static final ProcessStatus UNREACHABLE
public static final ProcessStatus SHUTDOWN
public java.lang.String getValue()
public static ProcessStatus fromValue(java.lang.String value) throws java.lang.IllegalStateException
java.lang.IllegalStateException
public static ProcessStatus fromString(java.lang.String value) throws java.lang.IllegalStateException
java.lang.IllegalStateException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object