public static enum RpcDeniedReply.RejectState extends Enum<RpcDeniedReply.RejectState>
| Enum Constant and Description |
|---|
AUTH_ERROR |
RPC_MISMATCH |
| Modifier and Type | Method and Description |
|---|---|
static RpcDeniedReply.RejectState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcDeniedReply.RejectState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RpcDeniedReply.RejectState RPC_MISMATCH
public static final RpcDeniedReply.RejectState AUTH_ERROR
public static RpcDeniedReply.RejectState[] values()
for (RpcDeniedReply.RejectState c : RpcDeniedReply.RejectState.values()) System.out.println(c);
public static RpcDeniedReply.RejectState 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 © 2018 CERN. All Rights Reserved.