Package com.orchestranetworks.addon.dint
Class DataFormatOptions
java.lang.Object
com.orchestranetworks.addon.dint.DataFormatOptions
Global options for formatting and parsing various data types.
- Since:
 - 4.1.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns the global date format.Returns the global date and time format.Returns the decimal symbol.Returns the locale.Returns the global time format.voidsetDateFormat(String dateFormat) Configures the global date format.voidsetDateTimeFormat(String dateTimeFormat) Configures the global date and time format.voidsetDecimalSymbol(String decimalSymbol) Configures the decimal symbol.voidConfigures the locale.voidsetTimeFormat(String timeFormat) Configures the global time format. 
- 
Constructor Details
- 
DataFormatOptions
public DataFormatOptions() 
 - 
 - 
Method Details
- 
getDecimalSymbol
Returns the decimal symbol.- See Also:
 
 - 
setDecimalSymbol
Configures the decimal symbol.- See Also:
 
 - 
getDateFormat
Returns the global date format.- See Also:
 
 - 
setDateFormat
Configures the global date format.- See Also:
 
 - 
getDateTimeFormat
Returns the global date and time format.- See Also:
 
 - 
setDateTimeFormat
Configures the global date and time format.- See Also:
 
 - 
getTimeFormat
Returns the global time format.- See Also:
 
 - 
setTimeFormat
Configures the global time format.- See Also:
 
 - 
getLocale
Returns the locale. - 
setLocale
Configures the locale. 
 -