public static enum SmartDerivativeContractEvent.EventsTypes extends Enum<SmartDerivativeContractEvent.EventsTypes>
| Enum Constant and Description |
|---|
ACCOUNTS_ACCESSIBLE_END |
ACCOUNTS_ACCESSIBLE_START |
CHECK_MARGIN |
INIT |
MATURED |
SETTLEMENT |
| Modifier and Type | Method and Description |
|---|---|
static SmartDerivativeContractEvent.EventsTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmartDerivativeContractEvent.EventsTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmartDerivativeContractEvent.EventsTypes INIT
public static final SmartDerivativeContractEvent.EventsTypes SETTLEMENT
public static final SmartDerivativeContractEvent.EventsTypes ACCOUNTS_ACCESSIBLE_START
public static final SmartDerivativeContractEvent.EventsTypes ACCOUNTS_ACCESSIBLE_END
public static final SmartDerivativeContractEvent.EventsTypes CHECK_MARGIN
public static final SmartDerivativeContractEvent.EventsTypes MATURED
public static SmartDerivativeContractEvent.EventsTypes[] values()
for (SmartDerivativeContractEvent.EventsTypes c : SmartDerivativeContractEvent.EventsTypes.values()) System.out.println(c);
public static SmartDerivativeContractEvent.EventsTypes 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.