public final enum class org.apache.helix.rest.common.ContextPropertyKeys extends java.lang.Enum
{
public static final enum org.apache.helix.rest.common.ContextPropertyKeys SERVER_CONTEXT;
public static final enum org.apache.helix.rest.common.ContextPropertyKeys METADATA;
public static final enum org.apache.helix.rest.common.ContextPropertyKeys ALL_NAMESPACES;
private static final org.apache.helix.rest.common.ContextPropertyKeys[] $VALUES;
public static org.apache.helix.rest.common.ContextPropertyKeys[] values()
{
java.lang.Object v;
org.apache.helix.rest.common.ContextPropertyKeys[] v;
v = <org.apache.helix.rest.common.ContextPropertyKeys: org.apache.helix.rest.common.ContextPropertyKeys[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.apache.helix.rest.common.ContextPropertyKeys 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/helix/rest/common/ContextPropertyKeys;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
org.apache.helix.rest.common.ContextPropertyKeys v;
java.lang.String v;
v := @this: org.apache.helix.rest.common.ContextPropertyKeys;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static org.apache.helix.rest.common.ContextPropertyKeys[] $values()
{
org.apache.helix.rest.common.ContextPropertyKeys v, v, v;
org.apache.helix.rest.common.ContextPropertyKeys[] v;
v = newarray (org.apache.helix.rest.common.ContextPropertyKeys)[3];
v = <org.apache.helix.rest.common.ContextPropertyKeys: org.apache.helix.rest.common.ContextPropertyKeys SERVER_CONTEXT>;
v[0] = v;
v = <org.apache.helix.rest.common.ContextPropertyKeys: org.apache.helix.rest.common.ContextPropertyKeys METADATA>;
v[1] = v;
v = <org.apache.helix.rest.common.ContextPropertyKeys: org.apache.helix.rest.common.ContextPropertyKeys ALL_NAMESPACES>;
v[2] = v;
return v;
}
static void <clinit>()
{
org.apache.helix.rest.common.ContextPropertyKeys v, v, v;
org.apache.helix.rest.common.ContextPropertyKeys[] v;
v = new org.apache.helix.rest.common.ContextPropertyKeys;
specialinvoke v.<org.apache.helix.rest.common.ContextPropertyKeys: void <init>(java.lang.String,int)>("SERVER_CONTEXT", 0);
<org.apache.helix.rest.common.ContextPropertyKeys: org.apache.helix.rest.common.ContextPropertyKeys SERVER_CONTEXT> = v;
v = new org.apache.helix.rest.common.ContextPropertyKeys;
specialinvoke v.<org.apache.helix.rest.common.ContextPropertyKeys: void <init>(java.lang.String,int)>("METADATA", 1);
<org.apache.helix.rest.common.ContextPropertyKeys: org.apache.helix.rest.common.ContextPropertyKeys METADATA> = v;
v = new org.apache.helix.rest.common.ContextPropertyKeys;
specialinvoke v.<org.apache.helix.rest.common.ContextPropertyKeys: void <init>(java.lang.String,int)>("ALL_NAMESPACES", 2);
<org.apache.helix.rest.common.ContextPropertyKeys: org.apache.helix.rest.common.ContextPropertyKeys ALL_NAMESPACES> = v;
v = staticinvoke <org.apache.helix.rest.common.ContextPropertyKeys: org.apache.helix.rest.common.ContextPropertyKeys[] $values()>();
<org.apache.helix.rest.common.ContextPropertyKeys: org.apache.helix.rest.common.ContextPropertyKeys[] $VALUES> = v;
return;
}
}