public final enum class oadd.org.apache.calcite.avatica.proto.Common$Severity extends java.lang.Enum implements oadd.com.google.protobuf.ProtocolMessageEnum
{
public static final enum oadd.org.apache.calcite.avatica.proto.Common$Severity UNKNOWN_SEVERITY;
public static final enum oadd.org.apache.calcite.avatica.proto.Common$Severity FATAL_SEVERITY;
public static final enum oadd.org.apache.calcite.avatica.proto.Common$Severity ERROR_SEVERITY;
public static final enum oadd.org.apache.calcite.avatica.proto.Common$Severity WARNING_SEVERITY;
public static final enum oadd.org.apache.calcite.avatica.proto.Common$Severity UNRECOGNIZED;
public static final int UNKNOWN_SEVERITY_VALUE;
public static final int FATAL_SEVERITY_VALUE;
public static final int ERROR_SEVERITY_VALUE;
public static final int WARNING_SEVERITY_VALUE;
private static final oadd.com.google.protobuf.Internal$EnumLiteMap internalValueMap;
private static final oadd.org.apache.calcite.avatica.proto.Common$Severity[] VALUES;
private final int value;
private static final oadd.org.apache.calcite.avatica.proto.Common$Severity[] $VALUES;
public static oadd.org.apache.calcite.avatica.proto.Common$Severity[] values()
{
java.lang.Object v;
oadd.org.apache.calcite.avatica.proto.Common$Severity[] v;
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static oadd.org.apache.calcite.avatica.proto.Common$Severity valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Loadd/org/apache/calcite/avatica/proto/Common$Severity;", v);
return v;
}
public final int getNumber()
{
oadd.org.apache.calcite.avatica.proto.Common$Severity v, v;
int v;
java.lang.IllegalArgumentException v;
v := @this: oadd.org.apache.calcite.avatica.proto.Common$Severity;
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity UNRECOGNIZED>;
if v != v goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("Can\'t get the number of an unknown enum value.");
throw v;
label:
v = v.<oadd.org.apache.calcite.avatica.proto.Common$Severity: int value>;
return v;
}
public static oadd.org.apache.calcite.avatica.proto.Common$Severity valueOf(int)
{
int v;
oadd.org.apache.calcite.avatica.proto.Common$Severity v;
v := @parameter: int;
v = staticinvoke <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity forNumber(int)>(v);
return v;
}
public static oadd.org.apache.calcite.avatica.proto.Common$Severity forNumber(int)
{
oadd.org.apache.calcite.avatica.proto.Common$Severity v, v, v, v;
int v;
v := @parameter: int;
tableswitch(v)
{
case 0: goto label;
case 1: goto label;
case 2: goto label;
case 3: goto label;
default: goto label;
};
label:
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity UNKNOWN_SEVERITY>;
return v;
label:
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity FATAL_SEVERITY>;
return v;
label:
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity ERROR_SEVERITY>;
return v;
label:
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity WARNING_SEVERITY>;
return v;
label:
return null;
}
public static oadd.com.google.protobuf.Internal$EnumLiteMap internalGetValueMap()
{
oadd.com.google.protobuf.Internal$EnumLiteMap v;
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.com.google.protobuf.Internal$EnumLiteMap internalValueMap>;
return v;
}
public final oadd.com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor()
{
java.lang.IllegalStateException v;
java.util.List v;
oadd.org.apache.calcite.avatica.proto.Common$Severity v, v;
oadd.com.google.protobuf.Descriptors$EnumDescriptor v;
int v;
java.lang.Object v;
v := @this: oadd.org.apache.calcite.avatica.proto.Common$Severity;
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity UNRECOGNIZED>;
if v != v goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("Can\'t get the descriptor of an unrecognized enum value.");
throw v;
label:
v = staticinvoke <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.com.google.protobuf.Descriptors$EnumDescriptor getDescriptor()>();
v = virtualinvoke v.<oadd.com.google.protobuf.Descriptors$EnumDescriptor: java.util.List getValues()>();
v = virtualinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$Severity: int ordinal()>();
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
return v;
}
public final oadd.com.google.protobuf.Descriptors$EnumDescriptor getDescriptorForType()
{
oadd.org.apache.calcite.avatica.proto.Common$Severity v;
oadd.com.google.protobuf.Descriptors$EnumDescriptor v;
v := @this: oadd.org.apache.calcite.avatica.proto.Common$Severity;
v = staticinvoke <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.com.google.protobuf.Descriptors$EnumDescriptor getDescriptor()>();
return v;
}
public static final oadd.com.google.protobuf.Descriptors$EnumDescriptor getDescriptor()
{
java.lang.Object v;
java.util.List v;
oadd.com.google.protobuf.Descriptors$FileDescriptor v;
v = staticinvoke <oadd.org.apache.calcite.avatica.proto.Common: oadd.com.google.protobuf.Descriptors$FileDescriptor getDescriptor()>();
v = virtualinvoke v.<oadd.com.google.protobuf.Descriptors$FileDescriptor: java.util.List getEnumTypes()>();
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(2);
return v;
}
public static oadd.org.apache.calcite.avatica.proto.Common$Severity valueOf(oadd.com.google.protobuf.Descriptors$EnumValueDescriptor)
{
oadd.com.google.protobuf.Descriptors$EnumValueDescriptor v;
oadd.org.apache.calcite.avatica.proto.Common$Severity v, v;
oadd.com.google.protobuf.Descriptors$EnumDescriptor v, v;
java.lang.IllegalArgumentException v;
oadd.org.apache.calcite.avatica.proto.Common$Severity[] v;
int v, v, v;
v := @parameter: oadd.com.google.protobuf.Descriptors$EnumValueDescriptor;
v = virtualinvoke v.<oadd.com.google.protobuf.Descriptors$EnumValueDescriptor: oadd.com.google.protobuf.Descriptors$EnumDescriptor getType()>();
v = staticinvoke <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.com.google.protobuf.Descriptors$EnumDescriptor getDescriptor()>();
if v == v goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("EnumValueDescriptor is not for this type.");
throw v;
label:
v = virtualinvoke v.<oadd.com.google.protobuf.Descriptors$EnumValueDescriptor: int getIndex()>();
v = (int) -1;
if v != v goto label;
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity UNRECOGNIZED>;
return v;
label:
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity[] VALUES>;
v = virtualinvoke v.<oadd.com.google.protobuf.Descriptors$EnumValueDescriptor: int getIndex()>();
v = v[v];
return v;
}
private void <init>(java.lang.String, int, int)
{
oadd.org.apache.calcite.avatica.proto.Common$Severity v;
int v, v;
java.lang.String v;
v := @this: oadd.org.apache.calcite.avatica.proto.Common$Severity;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<oadd.org.apache.calcite.avatica.proto.Common$Severity: int value> = v;
return;
}
private static oadd.org.apache.calcite.avatica.proto.Common$Severity[] $values()
{
oadd.org.apache.calcite.avatica.proto.Common$Severity v, v, v, v, v;
oadd.org.apache.calcite.avatica.proto.Common$Severity[] v;
v = newarray (oadd.org.apache.calcite.avatica.proto.Common$Severity)[5];
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity UNKNOWN_SEVERITY>;
v[0] = v;
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity FATAL_SEVERITY>;
v[1] = v;
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity ERROR_SEVERITY>;
v[2] = v;
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity WARNING_SEVERITY>;
v[3] = v;
v = <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity UNRECOGNIZED>;
v[4] = v;
return v;
}
static void <clinit>()
{
oadd.org.apache.calcite.avatica.proto.Common$Severity v, v, v, v, v;
oadd.org.apache.calcite.avatica.proto.Common$Severity$1 v;
oadd.org.apache.calcite.avatica.proto.Common$Severity[] v, v;
int v;
v = new oadd.org.apache.calcite.avatica.proto.Common$Severity;
specialinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$Severity: void <init>(java.lang.String,int,int)>("UNKNOWN_SEVERITY", 0, 0);
<oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity UNKNOWN_SEVERITY> = v;
v = new oadd.org.apache.calcite.avatica.proto.Common$Severity;
specialinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$Severity: void <init>(java.lang.String,int,int)>("FATAL_SEVERITY", 1, 1);
<oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity FATAL_SEVERITY> = v;
v = new oadd.org.apache.calcite.avatica.proto.Common$Severity;
specialinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$Severity: void <init>(java.lang.String,int,int)>("ERROR_SEVERITY", 2, 2);
<oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity ERROR_SEVERITY> = v;
v = new oadd.org.apache.calcite.avatica.proto.Common$Severity;
specialinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$Severity: void <init>(java.lang.String,int,int)>("WARNING_SEVERITY", 3, 3);
<oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity WARNING_SEVERITY> = v;
v = new oadd.org.apache.calcite.avatica.proto.Common$Severity;
v = (int) -1;
specialinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$Severity: void <init>(java.lang.String,int,int)>("UNRECOGNIZED", 4, v);
<oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity UNRECOGNIZED> = v;
v = staticinvoke <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity[] $values()>();
<oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity[] $VALUES> = v;
v = new oadd.org.apache.calcite.avatica.proto.Common$Severity$1;
specialinvoke v.<oadd.org.apache.calcite.avatica.proto.Common$Severity$1: void <init>()>();
<oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.com.google.protobuf.Internal$EnumLiteMap internalValueMap> = v;
v = staticinvoke <oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity[] values()>();
<oadd.org.apache.calcite.avatica.proto.Common$Severity: oadd.org.apache.calcite.avatica.proto.Common$Severity[] VALUES> = v;
return;
}
}