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
-
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.void
setDateFormat
(String dateFormat) Configures the global date format.void
setDateTimeFormat
(String dateTimeFormat) Configures the global date and time format.void
setDecimalSymbol
(String decimalSymbol) Configures the decimal symbol.void
Configures the locale.void
setTimeFormat
(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.
-