Uses of Class
com.iizix.value.ImmutableXMLGregorianCalendar
Packages that use ImmutableXMLGregorianCalendar Package Description com.iizix com.iizix.value Uses of ImmutableXMLGregorianCalendar in com.iizix
Methods in com.iizix that return ImmutableXMLGregorianCalendar Modifier and Type Method Description ImmutableXMLGregorianCalendarValue. toXMLGregorianCalendar()Converts this Value and returns it as anImmutableXMLGregorianCalendarusing the locale looked-up from current thread or if not found, for system default.ImmutableXMLGregorianCalendarValue. toXMLGregorianCalendar(LocaleInfo localeInfo)Converts this Value and returns it as anImmutableXMLGregorianCalendarusing the locale information specified.Constructors in com.iizix with parameters of type ImmutableXMLGregorianCalendar Constructor Description Value(ImmutableXMLGregorianCalendar value)Constructs an ImmutableXMLGregorianCalendar value.Uses of ImmutableXMLGregorianCalendar in com.iizix.value
Methods in com.iizix.value that return ImmutableXMLGregorianCalendar Modifier and Type Method Description ImmutableXMLGregorianCalendarImmutableXMLGregorianCalendar. clone()Clones the instance.ImmutableXMLGregorianCalendarXMLGregorianCalendarValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.ImmutableXMLGregorianCalendarXMLGregorianCalendarValue. createDefault()Creates the default value object for the data type.ImmutableXMLGregorianCalendarXMLGregorianCalendarValue. load(java.lang.String value, org.w3c.dom.Element element)Loads the value from an Element.ImmutableXMLGregorianCalendarXMLGregorianCalendarValue. parse(java.lang.String value)Creates a Value object from a String using a specified pattern and locale.ImmutableXMLGregorianCalendarXMLGregorianCalendarValue. parse(java.lang.String value, java.lang.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 ImmutableXMLGregorianCalendar Modifier and Type Method Description java.lang.Class<ImmutableXMLGregorianCalendar>XMLGregorianCalendarValue. getValueClass()Gets the class of the value.Methods in com.iizix.value with parameters of type ImmutableXMLGregorianCalendar Modifier and Type Method Description longXMLGregorianCalendarValue. asLong(ImmutableXMLGregorianCalendar value, LocaleInfo localeInfo)Returns a long value if possible.java.lang.StringXMLGregorianCalendarValue. save(ImmutableXMLGregorianCalendar value, org.w3c.dom.Element element)Saves the value to an Element.java.lang.StringXMLGregorianCalendarValue. toString(ImmutableXMLGregorianCalendar value)The default "toString" representation.java.lang.StringXMLGregorianCalendarValue. toString(ImmutableXMLGregorianCalendar value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.