JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
org.miaixz.bus.limiter.magic.FlowGrade
Packages that use
FlowGrade
Package
Description
org.miaixz.bus.limiter.magic
流量管控
Uses of
FlowGrade
in
org.miaixz.bus.limiter.magic
Methods in
org.miaixz.bus.limiter.magic
that return
FlowGrade
Modifier and Type
Method
Description
static
FlowGrade
FlowGrade.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
FlowGrade
[]
FlowGrade.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.