Uses of Class
com.iizix.value.ImmutableXMLGregorianCalendar
Packages that use ImmutableXMLGregorianCalendar
Uses of ImmutableXMLGregorianCalendar in com.iizix
Methods in com.iizix that return ImmutableXMLGregorianCalendarModifier 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.Constructors in com.iizix with parameters of type ImmutableXMLGregorianCalendarModifierConstructorDescriptionConstructs an ImmutableXMLGregorianCalendar value.Uses of ImmutableXMLGregorianCalendar in com.iizix.value
Methods in com.iizix.value that return ImmutableXMLGregorianCalendarModifier 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.Methods in com.iizix.value that return types with arguments of type ImmutableXMLGregorianCalendarModifier and TypeMethodDescriptionXMLGregorianCalendarValue.getValueClass()
Gets the class of the value.Methods in com.iizix.value with parameters of type ImmutableXMLGregorianCalendarModifier 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.