public class LocalizedDataFormatInfo extends Object implements Serializable
Constructor and Description |
---|
LocalizedDataFormatInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getDateFormat()
Get the date format associated with
LocalizedDataFormatInfo . |
String |
getLocale()
Get the locale associated with
LocalizedDataFormatInfo . |
char |
getNumberDecimalSeparator()
gets the decimal separator character for numeric data types associated with
LocalizedDataFormatInfo . |
char |
getNumberGroupSeparator()
gets the group separator character for numeric data types associated with
LocalizedDataFormatInfo . |
boolean |
isNumberUseGroupSeparator()
gets flag indicating whether the group separator should be used while converting numeric types to string
|
void |
setDateFormat(String dateFormat)
Set the date format associated with
LocalizedDataFormatInfo . |
void |
setLocale(String locale)
Set the locale associated with
LocalizedDataFormatInfo . |
void |
setNumberDecimalSeparator(char numberDecimalSeparator)
Sets the decimal separator character for numeric data types associated with
LocalizedDataFormatInfo . |
void |
setNumberGroupSeparator(char numberGroupSeparator)
Sets the group separator character for numeric data types associated with
LocalizedDataFormatInfo . |
void |
setNumberUseGroupSeparator(boolean numberUseGroupSeparator)
sets flag indicating whether the group separator should be used while converting numeric types to string
|
String |
toString() |
public String getLocale()
LocalizedDataFormatInfo
.public void setLocale(String locale)
LocalizedDataFormatInfo
.locale
- e.g en_US.public String getDateFormat()
LocalizedDataFormatInfo
.public void setDateFormat(String dateFormat)
LocalizedDataFormatInfo
.dateFormat
- for this localepublic char getNumberDecimalSeparator()
LocalizedDataFormatInfo
.public void setNumberDecimalSeparator(char numberDecimalSeparator)
LocalizedDataFormatInfo
.numberDecimalSeparator
- public char getNumberGroupSeparator()
LocalizedDataFormatInfo
.public void setNumberGroupSeparator(char numberGroupSeparator)
LocalizedDataFormatInfo
.numberGroupSeparator
- public boolean isNumberUseGroupSeparator()
public void setNumberUseGroupSeparator(boolean numberUseGroupSeparator)
numberUseGroupSeparator
- Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.