public final class LuxonOptions extends DateAdapterOptions
Constructor and Description |
---|
LuxonOptions()
Creates an empty LUXON adapter options.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocale()
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. |
String |
getNumberingSystem()
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. |
String |
getOutputCalendar()
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. |
String |
getZone()
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. |
boolean |
isZone()
Returns if LUXON should apply the zone as fixed-offset one.
See here the details about time zone in LUXON. |
void |
setLocale(String locale)
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. |
void |
setNumberingSystem(String numberingSystem)
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. |
void |
setOutputCalendar(String outputCalendar)
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. |
void |
setZone(boolean zone)
Sets if LUXON should apply the zone as fixed-offset one.
See here the details about time zone in LUXON. |
void |
setZone(String zone)
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. |
checkValue, empty, getArrayValue, getNativeChart, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, keys, remove, remove, removeIfExists, setArrayValue, setArrayValue, setArrayValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
public void setZone(String zone)
zone
- the zone that LUXON must use by the date adapterpublic String getZone()
public void setZone(boolean zone)
zone
- if LUXON should apply the zone as fixed-offset onepublic boolean isZone()
public void setLocale(String locale)
locale
- the time zone that LUXON must use by the date adapterpublic String getLocale()
public void setOutputCalendar(String outputCalendar)
outputCalendar
- the name of calendaring systems that LUXON must use by the date adapterpublic String getOutputCalendar()
public void setNumberingSystem(String numberingSystem)
numberingSystem
- the name of numbering systems that LUXON must use by the date adapter