JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum
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.