public class ProcessingMsgType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__null |
static java.lang.String |
_ERROR |
static ProcessingMsgType |
_null |
static java.lang.String |
_OK |
private static java.util.HashMap |
_table_ |
private java.lang.String |
_value_ |
static java.lang.String |
_WARNING |
static ProcessingMsgType |
ERROR |
static ProcessingMsgType |
OK |
static ProcessingMsgType |
WARNING |
Modifier | Constructor and Description |
---|---|
protected |
ProcessingMsgType(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static ProcessingMsgType |
fromString(java.lang.String value) |
static ProcessingMsgType |
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 _OK
public static final java.lang.String _WARNING
public static final java.lang.String _ERROR
public static final ProcessingMsgType _null
public static final ProcessingMsgType OK
public static final ProcessingMsgType WARNING
public static final ProcessingMsgType ERROR
public java.lang.String getValue()
public static ProcessingMsgType fromValue(java.lang.String value) throws java.lang.IllegalStateException
java.lang.IllegalStateException
public static ProcessingMsgType 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