Uses of Enum Class
dev.vality.damsel.domain.RoundingMethod
Packages that use RoundingMethod
-
Uses of RoundingMethod in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as RoundingMethodModifier and TypeFieldDescriptionAllocationTransactionFeeShare.rounding_methodМетод по умолчанию round_half_away_from_zero.CashVolumeShare.rounding_methodMethods in dev.vality.damsel.domain that return RoundingMethodModifier and TypeMethodDescriptionstatic RoundingMethodRoundingMethod.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.AllocationTransactionFeeShare.getRoundingMethod()Метод по умолчанию round_half_away_from_zero.CashVolumeShare.getRoundingMethod()static RoundingMethodReturns the enum constant of this class with the specified name.static RoundingMethod[]RoundingMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type RoundingMethodModifier and TypeMethodDescriptionAllocationTransactionFeeShare.setRoundingMethod(RoundingMethod rounding_method) Метод по умолчанию round_half_away_from_zero.CashVolumeShare.setRoundingMethod(RoundingMethod rounding_method)