public static enum RpcV2CborUnmarshallerContext.UnmarshallerType extends Enum<RpcV2CborUnmarshallerContext.UnmarshallerType>
| Enum Constant and Description |
|---|
RPCV2CBOR_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static RpcV2CborUnmarshallerContext.UnmarshallerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcV2CborUnmarshallerContext.UnmarshallerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RpcV2CborUnmarshallerContext.UnmarshallerType RPCV2CBOR_VALUE
SimpleTypeRpcV2CborUnmarshallerspublic static RpcV2CborUnmarshallerContext.UnmarshallerType[] values()
for (RpcV2CborUnmarshallerContext.UnmarshallerType c : RpcV2CborUnmarshallerContext.UnmarshallerType.values()) System.out.println(c);
public static RpcV2CborUnmarshallerContext.UnmarshallerType 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 © 2025. All rights reserved.