Uses of Class
ejava.examples.javase5.EnumTest.Worker
-
-
Uses of EnumTest.Worker in ejava.examples.javase5
Methods in ejava.examples.javase5 that return EnumTest.Worker Modifier and Type Method Description static EnumTest.Worker
EnumTest.Worker. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumTest.Worker[]
EnumTest.Worker. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-