public static enum BlockingEvent.Type extends Enum<BlockingEvent.Type>
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static BlockingEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockingEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockingEvent.Type ADD
public static final BlockingEvent.Type DELETE
public static final BlockingEvent.Type UPDATE
public static final BlockingEvent.Type FETCH
public static BlockingEvent.Type[] values()
for (BlockingEvent.Type c : BlockingEvent.Type.values()) System.out.println(c);
public static BlockingEvent.Type 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 String value()
Copyright © 2018 BitSensor. All rights reserved.