public final enum class io.vertx.core.dns.DnsResponseCode extends java.lang.Enum
{
public static final enum io.vertx.core.dns.DnsResponseCode NOERROR;
public static final enum io.vertx.core.dns.DnsResponseCode FORMERROR;
public static final enum io.vertx.core.dns.DnsResponseCode SERVFAIL;
public static final enum io.vertx.core.dns.DnsResponseCode NXDOMAIN;
public static final enum io.vertx.core.dns.DnsResponseCode NOTIMPL;
public static final enum io.vertx.core.dns.DnsResponseCode REFUSED;
public static final enum io.vertx.core.dns.DnsResponseCode YXDOMAIN;
public static final enum io.vertx.core.dns.DnsResponseCode YXRRSET;
public static final enum io.vertx.core.dns.DnsResponseCode NXRRSET;
public static final enum io.vertx.core.dns.DnsResponseCode NOTAUTH;
public static final enum io.vertx.core.dns.DnsResponseCode NOTZONE;
public static final enum io.vertx.core.dns.DnsResponseCode BADVERS;
public static final enum io.vertx.core.dns.DnsResponseCode BADSIG;
public static final enum io.vertx.core.dns.DnsResponseCode BADKEY;
public static final enum io.vertx.core.dns.DnsResponseCode BADTIME;
private final int errorCode;
private final java.lang.String message;
private static final io.vertx.core.dns.DnsResponseCode[] $VALUES;
public static io.vertx.core.dns.DnsResponseCode[] values()
{
io.vertx.core.dns.DnsResponseCode[] v;
java.lang.Object v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static io.vertx.core.dns.DnsResponseCode 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 "Lio/vertx/core/dns/DnsResponseCode;", v);
return v;
}
public static io.vertx.core.dns.DnsResponseCode valueOf(int)
{
int v, v, v, v;
io.vertx.core.dns.DnsResponseCode v;
io.vertx.core.dns.DnsResponseCode[] v;
v := @parameter: int;
v = staticinvoke <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode[] values()>();
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = v.<io.vertx.core.dns.DnsResponseCode: int errorCode>;
if v != v goto label;
return v;
label:
v = v + 1;
goto label;
label:
return null;
}
private void <init>(java.lang.String, int, int, java.lang.String)
{
int v, v;
io.vertx.core.dns.DnsResponseCode v;
java.lang.String v, v;
v := @this: io.vertx.core.dns.DnsResponseCode;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: int;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<io.vertx.core.dns.DnsResponseCode: int errorCode> = v;
v.<io.vertx.core.dns.DnsResponseCode: java.lang.String message> = v;
return;
}
public int code()
{
int v;
io.vertx.core.dns.DnsResponseCode v;
v := @this: io.vertx.core.dns.DnsResponseCode;
v = v.<io.vertx.core.dns.DnsResponseCode: int errorCode>;
return v;
}
public java.lang.String toString()
{
int v;
io.vertx.core.dns.DnsResponseCode v;
java.lang.String v, v, v;
v := @this: io.vertx.core.dns.DnsResponseCode;
v = virtualinvoke v.<io.vertx.core.dns.DnsResponseCode: java.lang.String name()>();
v = v.<io.vertx.core.dns.DnsResponseCode: int errorCode>;
v = v.<io.vertx.core.dns.DnsResponseCode: java.lang.String message>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,int,java.lang.String)>(v, v, 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[])>("\u0001: type \u, \u0001");
return v;
}
private static io.vertx.core.dns.DnsResponseCode[] $values()
{
io.vertx.core.dns.DnsResponseCode v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
io.vertx.core.dns.DnsResponseCode[] v;
v = newarray (io.vertx.core.dns.DnsResponseCode)[15];
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NOERROR>;
v[0] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode FORMERROR>;
v[1] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode SERVFAIL>;
v[2] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NXDOMAIN>;
v[3] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NOTIMPL>;
v[4] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode REFUSED>;
v[5] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode YXDOMAIN>;
v[6] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode YXRRSET>;
v[7] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NXRRSET>;
v[8] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NOTAUTH>;
v[9] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NOTZONE>;
v[10] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode BADVERS>;
v[11] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode BADSIG>;
v[12] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode BADKEY>;
v[13] = v;
v = <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode BADTIME>;
v[14] = v;
return v;
}
static void <clinit>()
{
io.vertx.core.dns.DnsResponseCode v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
io.vertx.core.dns.DnsResponseCode[] v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("NOERROR", 0, 0, "no error");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NOERROR> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("FORMERROR", 1, 1, "format error");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode FORMERROR> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("SERVFAIL", 2, 2, "server failure");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode SERVFAIL> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("NXDOMAIN", 3, 3, "name error");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NXDOMAIN> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("NOTIMPL", 4, 4, "not implemented");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NOTIMPL> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("REFUSED", 5, 5, "operation refused");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode REFUSED> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("YXDOMAIN", 6, 6, "domain name should not exist");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode YXDOMAIN> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("YXRRSET", 7, 7, "resource record set should not exist");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode YXRRSET> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("NXRRSET", 8, 8, "rrset does not exist");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NXRRSET> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("NOTAUTH", 9, 9, "not authoritative for zone");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NOTAUTH> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("NOTZONE", 10, 10, "name not in zone");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode NOTZONE> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("BADVERS", 11, 11, "bad extension mechanism for version");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode BADVERS> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("BADSIG", 12, 12, "bad signature");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode BADSIG> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("BADKEY", 13, 13, "bad key");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode BADKEY> = v;
v = new io.vertx.core.dns.DnsResponseCode;
specialinvoke v.<io.vertx.core.dns.DnsResponseCode: void <init>(java.lang.String,int,int,java.lang.String)>("BADTIME", 14, 14, "bad timestamp");
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode BADTIME> = v;
v = staticinvoke <io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode[] $values()>();
<io.vertx.core.dns.DnsResponseCode: io.vertx.core.dns.DnsResponseCode[] $VALUES> = v;
return;
}
}