JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
package1.MyEnum
Uses of
MyEnum
in
package1
Methods in
package1
that return
MyEnum
Modifier and Type
Method
Description
static
MyEnum
MyEnum.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
MyEnum
[]
MyEnum.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.