public static enum SubstrateOperation.SubstrateOpcode extends Enum<SubstrateOperation.SubstrateOpcode>
| Enum Constant and Description |
|---|
READ_FROM_HUB |
| Modifier and Type | Method and Description |
|---|---|
static SubstrateOperation.SubstrateOpcode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubstrateOperation.SubstrateOpcode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstrateOperation.SubstrateOpcode READ_FROM_HUB
public static SubstrateOperation.SubstrateOpcode[] values()
public static SubstrateOperation.SubstrateOpcode 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 null