public class EventLogTimeUnit
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__null |
static java.lang.String |
_DAY |
static java.lang.String |
_MONTH |
static EventLogTimeUnit |
_null |
private static java.util.HashMap |
_table_ |
private java.lang.String |
_value_ |
static EventLogTimeUnit |
DAY |
static EventLogTimeUnit |
MONTH |
Modifier | Constructor and Description |
---|---|
protected |
EventLogTimeUnit(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static EventLogTimeUnit |
fromString(java.lang.String value) |
static EventLogTimeUnit |
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 _DAY
public static final java.lang.String _MONTH
public static final EventLogTimeUnit _null
public static final EventLogTimeUnit DAY
public static final EventLogTimeUnit MONTH
public java.lang.String getValue()
public static EventLogTimeUnit fromValue(java.lang.String value) throws java.lang.IllegalStateException
java.lang.IllegalStateException
public static EventLogTimeUnit 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