Uses of Class
com.azure.analytics.purview.datamap.models.NumberFormat
Packages that use NumberFormat
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of NumberFormat in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return NumberFormatModifier and TypeMethodDescriptionstatic NumberFormatNumberFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NumberFormat from the JsonReader.NumberFormat.getCurrencyInstance()Get the currencyInstance property: The number format.NumberFormat.getInstance()Get the instance property: The number format.NumberFormat.getIntegerInstance()Get the integerInstance property: The number format.DateFormat.getNumberFormat()Get the numberFormat property: The number format.NumberFormat.getNumberInstance()Get the numberInstance property: The number format.NumberFormat.getPercentInstance()Get the percentInstance property: The number format.NumberFormat.setAvailableLocales(List<String> availableLocales) Set the availableLocales property: The number format.NumberFormat.setCurrency(String currency) Set the currency property: The currency.NumberFormat.setCurrencyInstance(NumberFormat currencyInstance) Set the currencyInstance property: The number format.NumberFormat.setGroupingUsed(Boolean groupingUsed) Set the groupingUsed property: Determines if grouping is used.NumberFormat.setInstance(NumberFormat instance) Set the instance property: The number format.NumberFormat.setIntegerInstance(NumberFormat integerInstance) Set the integerInstance property: The number format.NumberFormat.setMaximumFractionDigits(Integer maximumFractionDigits) Set the maximumFractionDigits property: The maximum of fraction digits.NumberFormat.setMaximumIntegerDigits(Integer maximumIntegerDigits) Set the maximumIntegerDigits property: The maximum of integer digits.NumberFormat.setMinimumFractionDigits(Integer minimumFractionDigits) Set the minimumFractionDigits property: The minimum of fraction digits.NumberFormat.setMinimumIntegerDigits(Integer minimumIntegerDigits) Set the minimumIntegerDigits property: The minimum of integer digits.NumberFormat.setNumberInstance(NumberFormat numberInstance) Set the numberInstance property: The number format.NumberFormat.setParseIntegerOnly(Boolean parseIntegerOnly) Set the parseIntegerOnly property: Determines if only integer is parsed.NumberFormat.setPercentInstance(NumberFormat percentInstance) Set the percentInstance property: The number format.NumberFormat.setRoundingMode(RoundingMode roundingMode) Set the roundingMode property: The enum of rounding mode.Methods in com.azure.analytics.purview.datamap.models with parameters of type NumberFormatModifier and TypeMethodDescriptionNumberFormat.setCurrencyInstance(NumberFormat currencyInstance) Set the currencyInstance property: The number format.NumberFormat.setInstance(NumberFormat instance) Set the instance property: The number format.NumberFormat.setIntegerInstance(NumberFormat integerInstance) Set the integerInstance property: The number format.DateFormat.setNumberFormat(NumberFormat numberFormat) Set the numberFormat property: The number format.NumberFormat.setNumberInstance(NumberFormat numberInstance) Set the numberInstance property: The number format.NumberFormat.setPercentInstance(NumberFormat percentInstance) Set the percentInstance property: The number format.