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