public final enum class oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute extends java.lang.Enum
{
public static final enum oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute TIMESTAMPS;
public static final enum oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute OWNERSHIP;
public static final enum oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute PERMISSION;
public static final enum oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute ACL;
public static final enum oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute XATTR;
private static final oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] $VALUES;
public static oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] values()
{
java.lang.Object v;
oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] v;
v = <oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute 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/hadoop/fs/shell/CommandWithDestination$FileAttribute;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute v;
java.lang.String v;
v := @this: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
public static oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute getAttribute(char)
{
oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] v;
char v, v, v;
oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute v;
int v, v;
java.lang.String v, v;
java.util.NoSuchElementException v;
v := @parameter: char;
v = staticinvoke <oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] values()>();
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = virtualinvoke v.<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: java.lang.String name()>();
v = virtualinvoke v.<java.lang.String: char charAt(int)>(0);
v = staticinvoke <java.lang.Character: char toUpperCase(char)>(v);
if v != v goto label;
return v;
label:
v = v + 1;
goto label;
label:
v = new java.util.NoSuchElementException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (char)>(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[])>("No attribute for \u0001");
specialinvoke v.<java.util.NoSuchElementException: void <init>(java.lang.String)>(v);
throw v;
}
private static oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] $values()
{
oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute v, v, v, v, v;
oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] v;
v = newarray (oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute)[5];
v = <oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute TIMESTAMPS>;
v[0] = v;
v = <oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute OWNERSHIP>;
v[1] = v;
v = <oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute PERMISSION>;
v[2] = v;
v = <oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute ACL>;
v[3] = v;
v = <oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute XATTR>;
v[4] = v;
return v;
}
static void <clinit>()
{
oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute v, v, v, v, v;
oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] v;
v = new oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute;
specialinvoke v.<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: void <init>(java.lang.String,int)>("TIMESTAMPS", 0);
<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute TIMESTAMPS> = v;
v = new oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute;
specialinvoke v.<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: void <init>(java.lang.String,int)>("OWNERSHIP", 1);
<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute OWNERSHIP> = v;
v = new oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute;
specialinvoke v.<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: void <init>(java.lang.String,int)>("PERMISSION", 2);
<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute PERMISSION> = v;
v = new oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute;
specialinvoke v.<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: void <init>(java.lang.String,int)>("ACL", 3);
<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute ACL> = v;
v = new oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute;
specialinvoke v.<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: void <init>(java.lang.String,int)>("XATTR", 4);
<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute XATTR> = v;
v = staticinvoke <oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] $values()>();
<oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute: oadd.org.apache.hadoop.fs.shell.CommandWithDestination$FileAttribute[] $VALUES> = v;
return;
}
}