public enum WitnessScheduleType extends Enum<WitnessScheduleType>
| Modifier and Type | Method and Description |
|---|---|
static WitnessScheduleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WitnessScheduleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WitnessScheduleType TOP19
public static final WitnessScheduleType TIMESHARE
public static final WitnessScheduleType MINER
public static final WitnessScheduleType NONE
public static WitnessScheduleType[] values()
for (WitnessScheduleType c : WitnessScheduleType.values()) System.out.println(c);
public static WitnessScheduleType 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 nullCopyright © 2019. All rights reserved.