Class SlardarNumberProp.Nf
-
- All Implemented Interfaces:
public class SlardarNumberProp.Nf
-
-
Field Summary
Fields Modifier and Type Field Description public DecimalFormatformatpublic RoundingModeroundpublic Stringseparatorpublic FormatNumberSerializer.Digitaldigital
-
Constructor Summary
Constructors Constructor Description SlardarNumberProp.Nf()
-
Method Summary
Modifier and Type Method Description DecimalFormatgetFormat()voidsetFormat(DecimalFormat format)RoundingModegetRound()voidsetRound(RoundingMode round)StringgetSeparator()voidsetSeparator(String separator)FormatNumberSerializer.DigitalgetDigital()voidsetDigital(FormatNumberSerializer.Digital digital)booleanisEnable()DecimalFormatgetWellFormat()booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getFormat
DecimalFormat getFormat()
-
setFormat
void setFormat(DecimalFormat format)
-
getRound
RoundingMode getRound()
-
setRound
void setRound(RoundingMode round)
-
getSeparator
String getSeparator()
-
setSeparator
void setSeparator(String separator)
-
getDigital
FormatNumberSerializer.Digital getDigital()
-
setDigital
void setDigital(FormatNumberSerializer.Digital digital)
-
isEnable
boolean isEnable()
-
getWellFormat
DecimalFormat getWellFormat()
-
hashCode
int hashCode()
-
-
-
-