Uses of Class
com.opencloud.rhino.limiting.LimiterType
-
Packages that use LimiterType Package Description com.opencloud.rhino.limiting -
-
Uses of LimiterType in com.opencloud.rhino.limiting
Methods in com.opencloud.rhino.limiting that return LimiterType Modifier and Type Method Description static LimiterType
LimiterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LimiterType[]
LimiterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-