| Enum Constant and Description |
|---|
DELEGATE_REGISTRATION |
DELEGATE_RESIGNATION |
IPFS |
MULTI_PAYMENT |
MULTI_SIGNATURE_REGISTRATION |
SECOND_SIGNATURE_REGISTRATION |
TIMELOCK_TRANSFER |
TRANSFER |
VOTE |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static Types |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types TRANSFER
public static final Types SECOND_SIGNATURE_REGISTRATION
public static final Types DELEGATE_REGISTRATION
public static final Types VOTE
public static final Types MULTI_SIGNATURE_REGISTRATION
public static final Types IPFS
public static final Types TIMELOCK_TRANSFER
public static final Types MULTI_PAYMENT
public static final Types DELEGATE_RESIGNATION
public static Types[] values()
for (Types c : Types.values()) System.out.println(c);
public static Types 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 nullpublic int getValue()