Uses of Class
com.iizix.value.ImmutableXMLGregorianCalendar
Uses of ImmutableXMLGregorianCalendar in com.iizix
Modifier and TypeMethodDescriptionValue.toXMLGregorianCalendar()
Converts this Value and returns it as anImmutableXMLGregorianCalendar
using the locale looked-up from current thread or if not found, for system default.Value.toXMLGregorianCalendar
(LocaleInfo localeInfo) Converts this Value and returns it as anImmutableXMLGregorianCalendar
using the locale information specified.ModifierConstructorDescriptionConstructs an ImmutableXMLGregorianCalendar value.Uses of ImmutableXMLGregorianCalendar in com.iizix.value
Modifier and TypeMethodDescriptionImmutableXMLGregorianCalendar.clone()
Clones the instance.XMLGregorianCalendarValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.XMLGregorianCalendarValue.createDefault()
Creates the default value object for the data type.Loads the value from an Element.Creates a Value object from a String using a specified pattern and locale.XMLGregorianCalendarValue.parse
(String value, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.Modifier and TypeMethodDescriptionXMLGregorianCalendarValue.getValueClass()
Gets the class of the value.Modifier and TypeMethodDescriptionlong
XMLGregorianCalendarValue.asLong
(ImmutableXMLGregorianCalendar value, LocaleInfo localeInfo) Returns a long value if possible.XMLGregorianCalendarValue.save
(ImmutableXMLGregorianCalendar value, Element element) Saves the value to an Element.XMLGregorianCalendarValue.toString
(ImmutableXMLGregorianCalendar value) The default "toString" representation.XMLGregorianCalendarValue.toString
(ImmutableXMLGregorianCalendar value, String pattern, LocaleInfo localeInfo) Formats the value to a String.