public static enum MysqlxNotice.Frame.Scope extends java.lang.Enum<MysqlxNotice.Frame.Scope> implements com.google.protobuf.ProtocolMessageEnum
Mysqlx.Notice.Frame.Scope| Enum Constant and Description |
|---|
GLOBAL
GLOBAL = 1; |
LOCAL
LOCAL = 2; |
| Modifier and Type | Field and Description |
|---|---|
static int |
GLOBAL_VALUE
GLOBAL = 1; |
static int |
LOCAL_VALUE
LOCAL = 2; |
| Modifier and Type | Method and Description |
|---|---|
static MysqlxNotice.Frame.Scope |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<MysqlxNotice.Frame.Scope> |
internalGetValueMap() |
static MysqlxNotice.Frame.Scope |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MysqlxNotice.Frame.Scope |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MysqlxNotice.Frame.Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MysqlxNotice.Frame.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MysqlxNotice.Frame.Scope GLOBAL
GLOBAL = 1;public static final MysqlxNotice.Frame.Scope LOCAL
LOCAL = 2;public static final int GLOBAL_VALUE
GLOBAL = 1;public static final int LOCAL_VALUE
LOCAL = 2;public static MysqlxNotice.Frame.Scope[] values()
for (MysqlxNotice.Frame.Scope c : MysqlxNotice.Frame.Scope.values()) System.out.println(c);
public static MysqlxNotice.Frame.Scope valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static MysqlxNotice.Frame.Scope valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MysqlxNotice.Frame.Scope forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MysqlxNotice.Frame.Scope> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MysqlxNotice.Frame.Scope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)