public final enum class org.springframework.format.'annotation'.NumberFormat$Style extends java.lang.Enum
{
public static final enum org.springframework.format.'annotation'.NumberFormat$Style DEFAULT;
public static final enum org.springframework.format.'annotation'.NumberFormat$Style NUMBER;
public static final enum org.springframework.format.'annotation'.NumberFormat$Style PERCENT;
public static final enum org.springframework.format.'annotation'.NumberFormat$Style CURRENCY;
private static final org.springframework.format.'annotation'.NumberFormat$Style[] $VALUES;
public static org.springframework.format.'annotation'.NumberFormat$Style[] values()
{
java.lang.Object v;
org.springframework.format.'annotation'.NumberFormat$Style[] v;
v = <org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.springframework.format.'annotation'.NumberFormat$Style 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/springframework/format/annotation/NumberFormat$Style;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
org.springframework.format.'annotation'.NumberFormat$Style v;
java.lang.String v;
v := @this: org.springframework.format.'annotation'.NumberFormat$Style;
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.springframework.format.'annotation'.NumberFormat$Style[] $values()
{
org.springframework.format.'annotation'.NumberFormat$Style v, v, v, v;
org.springframework.format.'annotation'.NumberFormat$Style[] v;
v = newarray (org.springframework.format.'annotation'.NumberFormat$Style)[4];
v = <org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style DEFAULT>;
v[0] = v;
v = <org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style NUMBER>;
v[1] = v;
v = <org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style PERCENT>;
v[2] = v;
v = <org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style CURRENCY>;
v[3] = v;
return v;
}
static void <clinit>()
{
org.springframework.format.'annotation'.NumberFormat$Style v, v, v, v;
org.springframework.format.'annotation'.NumberFormat$Style[] v;
v = new org.springframework.format.'annotation'.NumberFormat$Style;
specialinvoke v.<org.springframework.format.'annotation'.NumberFormat$Style: void <init>(java.lang.String,int)>("DEFAULT", 0);
<org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style DEFAULT> = v;
v = new org.springframework.format.'annotation'.NumberFormat$Style;
specialinvoke v.<org.springframework.format.'annotation'.NumberFormat$Style: void <init>(java.lang.String,int)>("NUMBER", 1);
<org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style NUMBER> = v;
v = new org.springframework.format.'annotation'.NumberFormat$Style;
specialinvoke v.<org.springframework.format.'annotation'.NumberFormat$Style: void <init>(java.lang.String,int)>("PERCENT", 2);
<org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style PERCENT> = v;
v = new org.springframework.format.'annotation'.NumberFormat$Style;
specialinvoke v.<org.springframework.format.'annotation'.NumberFormat$Style: void <init>(java.lang.String,int)>("CURRENCY", 3);
<org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style CURRENCY> = v;
v = staticinvoke <org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style[] $values()>();
<org.springframework.format.'annotation'.NumberFormat$Style: org.springframework.format.'annotation'.NumberFormat$Style[] $VALUES> = v;
return;
}
}