public static enum TimerWheel.TimerState extends java.lang.Enum<TimerWheel.TimerState>
| Modifier and Type | Method and Description |
|---|---|
static TimerWheel.TimerState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimerWheel.TimerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimerWheel.TimerState ACTIVE
public static final TimerWheel.TimerState CANCELLED
public static final TimerWheel.TimerState EXPIRED
public static TimerWheel.TimerState[] values()
for (TimerWheel.TimerState c : TimerWheel.TimerState.values()) System.out.println(c);
public static TimerWheel.TimerState 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 nullCopyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.