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