public static enum RelativeTimestamp.TimeType extends java.lang.Enum<RelativeTimestamp.TimeType>
| Enum Constant and Description |
|---|
MILISCOUNT |
STATECOUNT |
| Modifier and Type | Method and Description |
|---|---|
static RelativeTimestamp.TimeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelativeTimestamp.TimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelativeTimestamp.TimeType STATECOUNT
public static final RelativeTimestamp.TimeType MILISCOUNT
public static RelativeTimestamp.TimeType[] values()
for (RelativeTimestamp.TimeType c : RelativeTimestamp.TimeType.values()) System.out.println(c);
public static RelativeTimestamp.TimeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null