public final enum class oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus extends java.lang.Enum implements oadd.com.google.protobuf.ProtocolMessageEnum
{
public static final enum oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_UNKNOWN;
public static final enum oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_START;
public static final enum oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_IN_PROGRESS;
public static final enum oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_SUCCESS;
public static final enum oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_FAILED;
public static final int SASL_UNKNOWN_VALUE;
public static final int SASL_START_VALUE;
public static final int SASL_IN_PROGRESS_VALUE;
public static final int SASL_SUCCESS_VALUE;
public static final int SASL_FAILED_VALUE;
private static final oadd.com.google.protobuf.Internal$EnumLiteMap internalValueMap;
private static final oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] VALUES;
private final int value;
private static final oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] $VALUES;
public static oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] values()
{
java.lang.Object v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] v;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus 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/drill/exec/proto/UserBitShared$SaslStatus;", v);
return v;
}
public final int getNumber()
{
int v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus v;
v := @this: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus;
v = v.<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: int value>;
return v;
}
public static oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus valueOf(int)
{
int v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus v;
v := @parameter: int;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus forNumber(int)>(v);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus forNumber(int)
{
int v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus v, v, v, v, v;
v := @parameter: int;
tableswitch(v)
{
case 0: goto label;
case 1: goto label;
case 2: goto label;
case 3: goto label;
case 4: goto label;
default: goto label;
};
label:
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_UNKNOWN>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_START>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_IN_PROGRESS>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_SUCCESS>;
return v;
label:
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_FAILED>;
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.drill.exec.proto.UserBitShared$SaslStatus: oadd.com.google.protobuf.Internal$EnumLiteMap internalValueMap>;
return v;
}
public final oadd.com.google.protobuf.Descriptors$EnumValueDescriptor getValueDescriptor()
{
java.util.List v;
oadd.com.google.protobuf.Descriptors$EnumDescriptor v;
int v;
java.lang.Object v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus v;
v := @this: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: 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.drill.exec.proto.UserBitShared$SaslStatus: 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.com.google.protobuf.Descriptors$EnumDescriptor v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus v;
v := @this: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: 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.drill.exec.proto.UserBitShared: 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)>(3);
return v;
}
public static oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus valueOf(oadd.com.google.protobuf.Descriptors$EnumValueDescriptor)
{
oadd.com.google.protobuf.Descriptors$EnumValueDescriptor v;
oadd.com.google.protobuf.Descriptors$EnumDescriptor v, v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] v;
int v;
java.lang.IllegalArgumentException v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus 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.drill.exec.proto.UserBitShared$SaslStatus: 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 = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] 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)
{
int v, v;
java.lang.String v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus v;
v := @this: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus;
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.drill.exec.proto.UserBitShared$SaslStatus: int value> = v;
return;
}
private static oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] $values()
{
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus v, v, v, v, v;
v = newarray (oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus)[5];
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_UNKNOWN>;
v[0] = v;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_START>;
v[1] = v;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_IN_PROGRESS>;
v[2] = v;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_SUCCESS>;
v[3] = v;
v = <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_FAILED>;
v[4] = v;
return v;
}
static void <clinit>()
{
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] v, v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus$1 v;
oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus v, v, v, v, v;
v = new oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: void <init>(java.lang.String,int,int)>("SASL_UNKNOWN", 0, 0);
<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_UNKNOWN> = v;
v = new oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: void <init>(java.lang.String,int,int)>("SASL_START", 1, 1);
<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_START> = v;
v = new oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: void <init>(java.lang.String,int,int)>("SASL_IN_PROGRESS", 2, 2);
<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_IN_PROGRESS> = v;
v = new oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: void <init>(java.lang.String,int,int)>("SASL_SUCCESS", 3, 3);
<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_SUCCESS> = v;
v = new oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: void <init>(java.lang.String,int,int)>("SASL_FAILED", 4, 4);
<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus SASL_FAILED> = v;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] $values()>();
<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] $VALUES> = v;
v = new oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus$1;
specialinvoke v.<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus$1: void <init>()>();
<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.com.google.protobuf.Internal$EnumLiteMap internalValueMap> = v;
v = staticinvoke <oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] values()>();
<oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus: oadd.org.apache.drill.exec.proto.UserBitShared$SaslStatus[] VALUES> = v;
return;
}
}