| Modifier and Type | Method and Description |
|---|---|
default SizeRoundingBehavior |
SizeConversionOptions.getRounding()
How conversions should behave when it encounters a non-integer result.
|
SizeRoundingBehavior |
SizeConversionOptions.Jsii$Proxy.getRounding() |
static SizeRoundingBehavior |
SizeRoundingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SizeRoundingBehavior[] |
SizeRoundingBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SizeConversionOptions.Builder |
SizeConversionOptions.Builder.rounding(SizeRoundingBehavior rounding)
Sets the value of
SizeConversionOptions.getRounding() |
Copyright © 2020. All rights reserved.