Uses of Enum Class
com.power4j.fist.data.constant.Enabled
Packages that use Enabled
-
Uses of Enabled in com.power4j.fist.data.constant
Methods in com.power4j.fist.data.constant that return EnabledModifier and TypeMethodDescriptionstatic Enabled解析static Enabled解析static EnabledEnabled.parseOrDefault(String value, Enabled defValue) 解析static EnabledYesNo.parseOrDefault(String value, Enabled defValue) 解析static EnabledEnabled.parseOrNull(String value) 解析static EnabledYesNo.parseOrNull(String value) 解析static EnabledEnabled.parseOrThrow(String value, Function<String, RuntimeException> thrower) 解析static EnabledYesNo.parseOrThrow(String value, Function<String, RuntimeException> thrower) 解析static EnabledReturns the enum constant of this class with the specified name.static Enabled[]Enabled.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.power4j.fist.data.constant with parameters of type EnabledModifier and TypeMethodDescriptionstatic EnabledEnabled.parseOrDefault(String value, Enabled defValue) 解析static EnabledYesNo.parseOrDefault(String value, Enabled defValue) 解析