Uses of Class
xyz.MyEnum
-
Packages that use MyEnum Package Description xyz -
-
Uses of MyEnum in xyz
Methods in xyz that return MyEnum Modifier and Type Method Description MyEnumvalue()static MyEnumMyEnum. 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.
-