Uses of Class
dev.vality.damsel.domain.RoundingMethod
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of RoundingMethod in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as RoundingMethod Modifier and Type Field Description RoundingMethodAllocationTransactionFeeShare. rounding_methodМетод по умолчанию round_half_away_from_zero.RoundingMethodCashVolumeShare. rounding_methodMethods in dev.vality.damsel.domain that return RoundingMethod Modifier and Type Method Description static RoundingMethodRoundingMethod. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.RoundingMethodAllocationTransactionFeeShare. getRoundingMethod()Метод по умолчанию round_half_away_from_zero.RoundingMethodCashVolumeShare. getRoundingMethod()static RoundingMethodRoundingMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static RoundingMethod[]RoundingMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type RoundingMethod Modifier and Type Method Description AllocationTransactionFeeShareAllocationTransactionFeeShare. setRoundingMethod(RoundingMethod rounding_method)Метод по умолчанию round_half_away_from_zero.CashVolumeShareCashVolumeShare. setRoundingMethod(RoundingMethod rounding_method)