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