public final enum class org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource extends java.lang.Enum
{
public static final enum org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource UNKNOWN_CONFIG;
public static final enum org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource TOPIC_CONFIG;
public static final enum org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DYNAMIC_BROKER_CONFIG;
public static final enum org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DYNAMIC_DEFAULT_BROKER_CONFIG;
public static final enum org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource STATIC_BROKER_CONFIG;
public static final enum org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DEFAULT_CONFIG;
public static final enum org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DYNAMIC_BROKER_LOGGER_CONFIG;
final byte id;
private static final org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] VALUES;
private static final org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] $VALUES;
public static org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] values()
{
org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] v;
java.lang.Object v;
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource 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 "Lorg/apache/kafkaesqueesque/common/requests/DescribeConfigsResponse$ConfigSource;", v);
return v;
}
private void <init>(java.lang.String, int, byte)
{
byte v;
org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource v;
int v;
java.lang.String v;
v := @this: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: byte;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: byte id> = v;
return;
}
public static org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource forId(byte)
{
org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource v, v;
org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] v, v;
java.lang.IllegalArgumentException v;
byte v;
int v;
java.lang.String v;
v := @parameter: byte;
if v >= 0 goto label;
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (byte)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("id should be positive, id: \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
label:
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] VALUES>;
v = lengthof v;
if v < v goto label;
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource UNKNOWN_CONFIG>;
return v;
label:
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] VALUES>;
v = v[v];
return v;
}
private static org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] $values()
{
org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource v, v, v, v, v, v, v;
org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] v;
v = newarray (org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource)[7];
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource UNKNOWN_CONFIG>;
v[0] = v;
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource TOPIC_CONFIG>;
v[1] = v;
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DYNAMIC_BROKER_CONFIG>;
v[2] = v;
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DYNAMIC_DEFAULT_BROKER_CONFIG>;
v[3] = v;
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource STATIC_BROKER_CONFIG>;
v[4] = v;
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DEFAULT_CONFIG>;
v[5] = v;
v = <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DYNAMIC_BROKER_LOGGER_CONFIG>;
v[6] = v;
return v;
}
static void <clinit>()
{
org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource v, v, v, v, v, v, v;
org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] v, v;
v = new org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource;
specialinvoke v.<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: void <init>(java.lang.String,int,byte)>("UNKNOWN_CONFIG", 0, 0);
<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource UNKNOWN_CONFIG> = v;
v = new org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource;
specialinvoke v.<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: void <init>(java.lang.String,int,byte)>("TOPIC_CONFIG", 1, 1);
<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource TOPIC_CONFIG> = v;
v = new org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource;
specialinvoke v.<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: void <init>(java.lang.String,int,byte)>("DYNAMIC_BROKER_CONFIG", 2, 2);
<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DYNAMIC_BROKER_CONFIG> = v;
v = new org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource;
specialinvoke v.<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: void <init>(java.lang.String,int,byte)>("DYNAMIC_DEFAULT_BROKER_CONFIG", 3, 3);
<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DYNAMIC_DEFAULT_BROKER_CONFIG> = v;
v = new org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource;
specialinvoke v.<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: void <init>(java.lang.String,int,byte)>("STATIC_BROKER_CONFIG", 4, 4);
<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource STATIC_BROKER_CONFIG> = v;
v = new org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource;
specialinvoke v.<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: void <init>(java.lang.String,int,byte)>("DEFAULT_CONFIG", 5, 5);
<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DEFAULT_CONFIG> = v;
v = new org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource;
specialinvoke v.<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: void <init>(java.lang.String,int,byte)>("DYNAMIC_BROKER_LOGGER_CONFIG", 6, 6);
<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource DYNAMIC_BROKER_LOGGER_CONFIG> = v;
v = staticinvoke <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] $values()>();
<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] $VALUES> = v;
v = staticinvoke <org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] values()>();
<org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource: org.apache.kafkaesqueesque.common.requests.DescribeConfigsResponse$ConfigSource[] VALUES> = v;
return;
}
}