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