|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.LocalizedDataFormatInfo
public class LocalizedDataFormatInfo
Class containing data formatting information for a particular locale
| Constructor Summary | |
|---|---|
LocalizedDataFormatInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDateFormat()
Get the date format associated with LocalizedDataFormatInfo. |
java.lang.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(java.lang.String dateFormat)
Set the date format associated with LocalizedDataFormatInfo. |
void |
setLocale(java.lang.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 |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocalizedDataFormatInfo()
| Method Detail |
|---|
public java.lang.String getLocale()
LocalizedDataFormatInfo.
public void setLocale(java.lang.String locale)
LocalizedDataFormatInfo.
locale - e.g en_US.public java.lang.String getDateFormat()
LocalizedDataFormatInfo.
public void setDateFormat(java.lang.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 - public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||