Uses of Enum Class
io.gs2.cdk.exchange.model.enums.IncrementalRateModelCalculateType
Packages that use IncrementalRateModelCalculateType
-
Uses of IncrementalRateModelCalculateType in io.gs2.cdk.exchange.model
Constructors in io.gs2.cdk.exchange.model with parameters of type IncrementalRateModelCalculateTypeModifierConstructorDescriptionIncrementalRateModel(String name, ConsumeAction consumeAction, IncrementalRateModelCalculateType calculateType, String exchangeCountId, Integer maximumExchangeCount) IncrementalRateModel(String name, ConsumeAction consumeAction, IncrementalRateModelCalculateType calculateType, String exchangeCountId, Integer maximumExchangeCount, IncrementalRateModelOptions options) -
Uses of IncrementalRateModelCalculateType in io.gs2.cdk.exchange.model.enums
Methods in io.gs2.cdk.exchange.model.enums that return IncrementalRateModelCalculateTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IncrementalRateModelCalculateType[]IncrementalRateModelCalculateType.values()Returns an array containing the constants of this enum class, in the order they are declared.