public enum MethodEnums extends Enum<MethodEnums>
| Enum Constant and Description |
|---|
ACCOUNT_INFO |
ACCOUNT_PUT_DEPLOY |
CHAIN_GET_BLOCK |
CHAIN_GET_BLOCK_TRANSFERS |
CHAIN_GET_ERA_INFO_BY_SWITCH_BLOCK |
INFO_GET_DEPLOY |
INFO_GET_PEERS |
INFO_GET_STATUS |
RPC_DISCOVER |
STATE_GET_AUCTION_INFO |
STATE_GET_BALANCE |
STATE_GET_ITEM |
STATE_ROOT_HASH |
| Modifier and Type | Method and Description |
|---|---|
static MethodEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodEnums ACCOUNT_INFO
public static final MethodEnums ACCOUNT_PUT_DEPLOY
public static final MethodEnums CHAIN_GET_BLOCK
public static final MethodEnums CHAIN_GET_BLOCK_TRANSFERS
public static final MethodEnums CHAIN_GET_ERA_INFO_BY_SWITCH_BLOCK
public static final MethodEnums INFO_GET_DEPLOY
public static final MethodEnums INFO_GET_PEERS
public static final MethodEnums INFO_GET_STATUS
public static final MethodEnums RPC_DISCOVER
public static final MethodEnums STATE_GET_BALANCE
public static final MethodEnums STATE_GET_ITEM
public static final MethodEnums STATE_GET_AUCTION_INFO
public static final MethodEnums STATE_ROOT_HASH
public static MethodEnums[] values()
for (MethodEnums c : MethodEnums.values()) System.out.println(c);
public static MethodEnums 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 © 2022. All rights reserved.