Class SlardarNumberProp.Nf
-
- All Implemented Interfaces:
public class SlardarNumberProp.Nf
-
-
Constructor Summary
Constructors Constructor Description SlardarNumberProp.Nf()
-
Method Summary
Modifier and Type Method Description StringgetFormat()voidsetFormat(String format)RoundingModegetRound()voidsetRound(RoundingMode round)StringgetSeparator()voidsetSeparator(String separator)FormatNumberSerializer.DigitalgetDigital()whether the value is output as a string or a number in js `auto` - auto-match, number below 52bit, string above `true` - force number, ignore WRITE_NUMBERS_AS_STRINGS `false` - force string, avoid loss of precision. Whether to ignore WRITE_NUMBERS_AS_STRINGS, force to write number, need to pay attention to the format compatibility. For example, using bigint in js and setting is auto, the boundary (inclusive) will automatically switch between number and string.voidsetDigital(FormatNumberSerializer.Digital digital)whether the value is output as a string or a number in js `auto` - auto-match, number below 52bit, string above `true` - force number, ignore WRITE_NUMBERS_AS_STRINGS `false` - force string, avoid loss of precision. Whether to ignore WRITE_NUMBERS_AS_STRINGS, force to write number, need to pay attention to the format compatibility. For example, using bigint in js and setting is auto, the boundary (inclusive) will automatically switch between number and string.DecimalFormatgetWellFormat()booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getRound
RoundingMode getRound()
-
setRound
void setRound(RoundingMode round)
-
getSeparator
String getSeparator()
-
setSeparator
void setSeparator(String separator)
-
getDigital
FormatNumberSerializer.Digital getDigital()
whether the value is output as a string or a number in js `auto` - auto-match, number below 52bit, string above `true` - force number, ignore WRITE_NUMBERS_AS_STRINGS `false` - force string, avoid loss of precision. Whether to ignore WRITE_NUMBERS_AS_STRINGS, force to write number, need to pay attention to the format compatibility. For example, using bigint in js and setting is auto, the boundary (inclusive) will automatically switch between number and string.
-
setDigital
void setDigital(FormatNumberSerializer.Digital digital)
whether the value is output as a string or a number in js `auto` - auto-match, number below 52bit, string above `true` - force number, ignore WRITE_NUMBERS_AS_STRINGS `false` - force string, avoid loss of precision. Whether to ignore WRITE_NUMBERS_AS_STRINGS, force to write number, need to pay attention to the format compatibility. For example, using bigint in js and setting is auto, the boundary (inclusive) will automatically switch between number and string.
-
getWellFormat
DecimalFormat getWellFormat()
-
hashCode
int hashCode()
-
-
-
-