Uses of Enum Class
io.gs2.cdk.lottery.model.enums.LotteryModelMethod
Packages that use LotteryModelMethod
-
Uses of LotteryModelMethod in io.gs2.cdk.lottery.model
Constructors in io.gs2.cdk.lottery.model with parameters of type LotteryModelMethodModifierConstructorDescriptionLotteryModel(String name, LotteryModelMode mode, LotteryModelMethod method) LotteryModel(String name, LotteryModelMode mode, LotteryModelMethod method, LotteryModelOptions options) -
Uses of LotteryModelMethod in io.gs2.cdk.lottery.model.enums
Methods in io.gs2.cdk.lottery.model.enums that return LotteryModelMethodModifier and TypeMethodDescriptionstatic LotteryModelMethodReturns the enum constant of this class with the specified name.static LotteryModelMethod[]LotteryModelMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.