public enum TimerOperandType extends Enum<TimerOperandType>
| Enum Constant and Description |
|---|
DELETE_EVENT_TIMER |
DELETE_PROC_TIMER |
REGISTER_EVENT_TIMER |
REGISTER_PROC_TIMER |
| Modifier and Type | Method and Description |
|---|---|
static TimerOperandType |
valueOf(byte value) |
static TimerOperandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerOperandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimerOperandType REGISTER_EVENT_TIMER
public static final TimerOperandType REGISTER_PROC_TIMER
public static final TimerOperandType DELETE_EVENT_TIMER
public static final TimerOperandType DELETE_PROC_TIMER
public static TimerOperandType[] values()
for (TimerOperandType c : TimerOperandType.values()) System.out.println(c);
public static TimerOperandType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static TimerOperandType valueOf(byte value)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.