Uses of Class
samples.enummocking.MyEnum
-
Packages that use MyEnum Package Description samples.enummocking -
-
Uses of MyEnum in samples.enummocking
Methods in samples.enummocking that return MyEnum Modifier and Type Method Description static MyEnum
MyEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static MyEnum[]
MyEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-