public final enum class org.apache.camel.model.rest.CollectionFormat extends java.lang.Enum
{
public static final enum org.apache.camel.model.rest.CollectionFormat csv;
public static final enum org.apache.camel.model.rest.CollectionFormat ssv;
public static final enum org.apache.camel.model.rest.CollectionFormat tsv;
public static final enum org.apache.camel.model.rest.CollectionFormat pipes;
public static final enum org.apache.camel.model.rest.CollectionFormat multi;
private static final org.apache.camel.model.rest.CollectionFormat[] $VALUES;
public static org.apache.camel.model.rest.CollectionFormat[] values()
{
java.lang.Object v;
org.apache.camel.model.rest.CollectionFormat[] v;
v = <org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.apache.camel.model.rest.CollectionFormat 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/camel/model/rest/CollectionFormat;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
org.apache.camel.model.rest.CollectionFormat v;
v := @this: org.apache.camel.model.rest.CollectionFormat;
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.camel.model.rest.CollectionFormat[] $values()
{
org.apache.camel.model.rest.CollectionFormat v, v, v, v, v;
org.apache.camel.model.rest.CollectionFormat[] v;
v = newarray (org.apache.camel.model.rest.CollectionFormat)[5];
v = <org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat csv>;
v[0] = v;
v = <org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat ssv>;
v[1] = v;
v = <org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat tsv>;
v[2] = v;
v = <org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat pipes>;
v[3] = v;
v = <org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat multi>;
v[4] = v;
return v;
}
static void <clinit>()
{
org.apache.camel.model.rest.CollectionFormat v, v, v, v, v;
org.apache.camel.model.rest.CollectionFormat[] v;
v = new org.apache.camel.model.rest.CollectionFormat;
specialinvoke v.<org.apache.camel.model.rest.CollectionFormat: void <init>(java.lang.String,int)>("csv", 0);
<org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat csv> = v;
v = new org.apache.camel.model.rest.CollectionFormat;
specialinvoke v.<org.apache.camel.model.rest.CollectionFormat: void <init>(java.lang.String,int)>("ssv", 1);
<org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat ssv> = v;
v = new org.apache.camel.model.rest.CollectionFormat;
specialinvoke v.<org.apache.camel.model.rest.CollectionFormat: void <init>(java.lang.String,int)>("tsv", 2);
<org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat tsv> = v;
v = new org.apache.camel.model.rest.CollectionFormat;
specialinvoke v.<org.apache.camel.model.rest.CollectionFormat: void <init>(java.lang.String,int)>("pipes", 3);
<org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat pipes> = v;
v = new org.apache.camel.model.rest.CollectionFormat;
specialinvoke v.<org.apache.camel.model.rest.CollectionFormat: void <init>(java.lang.String,int)>("multi", 4);
<org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat multi> = v;
v = staticinvoke <org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat[] $values()>();
<org.apache.camel.model.rest.CollectionFormat: org.apache.camel.model.rest.CollectionFormat[] $VALUES> = v;
return;
}
}