Uses of Enum Class
com.tremolosecurity.scalejs.cfg.ScaleConfig.PreCheckAllowed
Packages that use ScaleConfig.PreCheckAllowed
-
Uses of ScaleConfig.PreCheckAllowed in com.tremolosecurity.scalejs.cfg
Subclasses with type arguments of type ScaleConfig.PreCheckAllowed in com.tremolosecurity.scalejs.cfgMethods in com.tremolosecurity.scalejs.cfg that return ScaleConfig.PreCheckAllowedModifier and TypeMethodDescriptionScaleConfig.getCanDelegate()
ScaleConfig.getCanPreApprove()
static ScaleConfig.PreCheckAllowed
Returns the enum constant of this class with the specified name.static ScaleConfig.PreCheckAllowed[]
ScaleConfig.PreCheckAllowed.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tremolosecurity.scalejs.cfg with parameters of type ScaleConfig.PreCheckAllowedModifier and TypeMethodDescriptionvoid
ScaleConfig.setCanDelegate
(ScaleConfig.PreCheckAllowed canDelegate) void
ScaleConfig.setCanPreApprove
(ScaleConfig.PreCheckAllowed canPreApprove)