com.endeca.portal.format
Interface NumberFormatSettings
- All Superinterfaces:
- FormatSettings
- All Known Implementing Classes:
- NumberFormatter
public interface NumberFormatSettings
- extends FormatSettings
'Read only' interface that provides getters to read the format settings of the numeric types including number, currency and percentage.
getMergedType
FormatSettings.Type getMergedType()
getDecimalPlacesMode
NumberFormatSettings.DecimalPlacesMode getDecimalPlacesMode()
getMergedDecimalPlacesMode
NumberFormatSettings.DecimalPlacesMode getMergedDecimalPlacesMode()
getDecimalPlaces
int getDecimalPlaces()
getMergedDecimalPlaces
int getMergedDecimalPlaces()
getDecimalSeparator
NumberFormatSettings.DecimalSeparator getDecimalSeparator()
getMergedDecimalSeparator
NumberFormatSettings.DecimalSeparator getMergedDecimalSeparator()
getGroupingSeparator
NumberFormatSettings.GroupingSeparator getGroupingSeparator()
getMergedGroupingSeparator
NumberFormatSettings.GroupingSeparator getMergedGroupingSeparator()
getCurrencySymbol
java.lang.String getCurrencySymbol()
getMergedCurrencySymbol
java.lang.String getMergedCurrencySymbol()
getIncludeCurrencySymbol
NumberFormatSettings.IncludeCurrencySymbol getIncludeCurrencySymbol()
getMergedIncludeCurrencySymbol
NumberFormatSettings.IncludeCurrencySymbol getMergedIncludeCurrencySymbol()
getIncludeGroupingSeparator
NumberFormatSettings.IncludeGroupingSeparator getIncludeGroupingSeparator()
getMergedIncludeGroupingSeparator
NumberFormatSettings.IncludeGroupingSeparator getMergedIncludeGroupingSeparator()
getFormatPattern
NumberFormatSettings.FormatPattern getFormatPattern()
getMergedFormatPattern
NumberFormatSettings.FormatPattern getMergedFormatPattern()
getIncludePercentageSign
NumberFormatSettings.IncludePercentageSign getIncludePercentageSign()
getMergedIncludePercentageSign
NumberFormatSettings.IncludePercentageSign getMergedIncludePercentageSign()
getIsInteger
boolean getIsInteger()