JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
net.anotheria.anosite.gen.shared.data.GenderEnum
Packages that use
GenderEnum
Package
Description
net.anotheria.anosite.gen.shared.data
Uses of
GenderEnum
in
net.anotheria.anosite.gen.shared.data
Methods in
net.anotheria.anosite.gen.shared.data
that return
GenderEnum
Modifier and Type
Method
Description
static
GenderEnum
GenderEnum.
getConstantByValue
(int value)
static
GenderEnum
GenderEnum.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
GenderEnum
[]
GenderEnum.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.