| Enum Constant and Description |
|---|
Checkpoint
Checkpoint event type.
|
CoinBalanceChange
Coin balance change event type.
|
DeleteObject
Delete object event type.
|
EpochChange
Epoch change event type.
|
MoveEvent
Move event event type.
|
MutateObject
Mutate object event type.
|
NewObject
New object event type.
|
Publish
Publish event type.
|
TransferObject
Transfer object event type.
|
| Modifier and Type | Method and Description |
|---|---|
static EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType MoveEvent
public static final EventType Publish
public static final EventType TransferObject
public static final EventType MutateObject
public static final EventType CoinBalanceChange
public static final EventType DeleteObject
public static final EventType NewObject
public static final EventType EpochChange
public static final EventType Checkpoint
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType 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