final enum class oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State extends java.lang.Enum
{
public static final enum oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State LATENT;
public static final enum oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State STARTED;
public static final enum oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State CLOSED;
private static final oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State[] $VALUES;
public static oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State[] values()
{
oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State[] v;
java.lang.Object v;
v = <oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State 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/curator/framework/recipes/cache/PathChildrenCache$State;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State v;
java.lang.String v;
v := @this: oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State[] $values()
{
oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State[] v;
oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State v, v, v;
v = newarray (oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State)[3];
v = <oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State LATENT>;
v[0] = v;
v = <oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State STARTED>;
v[1] = v;
v = <oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State CLOSED>;
v[2] = v;
return v;
}
static void <clinit>()
{
oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State[] v;
oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State v, v, v;
v = new oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State;
specialinvoke v.<oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: void <init>(java.lang.String,int)>("LATENT", 0);
<oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State LATENT> = v;
v = new oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State;
specialinvoke v.<oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: void <init>(java.lang.String,int)>("STARTED", 1);
<oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State STARTED> = v;
v = new oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State;
specialinvoke v.<oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: void <init>(java.lang.String,int)>("CLOSED", 2);
<oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State CLOSED> = v;
v = staticinvoke <oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State[] $values()>();
<oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State: oadd.org.apache.curator.framework.recipes.cache.PathChildrenCache$State[] $VALUES> = v;
return;
}
}