MyEnum
import java.util.*;
import java.lang.*;
import java.io.*;
/* Name of the class has to be "Main" only if the class is public. */
public class Main
{
{
system.
out.
println(MyEnum.
TEST.
toString());
}
enum MyEnum {
TEST("1"),
TEST2("2")
TEST3("3");
this.value = value;
}
@Override
return this.value;
}
}
}
Parsed in 0.033 seconds