Uses of Class
org.apache.directory.api.util.GeneralizedTime.Format
-
Packages that use GeneralizedTime.Format Package Description org.apache.directory.api.util -
-
Uses of GeneralizedTime.Format in org.apache.directory.api.util
Fields in org.apache.directory.api.util declared as GeneralizedTime.Format Modifier and Type Field Description private GeneralizedTime.FormatGeneralizedTime. upFormatThe user provided formatMethods in org.apache.directory.api.util that return GeneralizedTime.Format Modifier and Type Method Description private GeneralizedTime.FormatGeneralizedTime. getFormatWithoutFraction(GeneralizedTime.Format f)Gets the corresponding format with fraction.static GeneralizedTime.FormatGeneralizedTime.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static GeneralizedTime.Format[]GeneralizedTime.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.util with parameters of type GeneralizedTime.Format Modifier and Type Method Description private GeneralizedTime.FormatGeneralizedTime. getFormatWithoutFraction(GeneralizedTime.Format f)Gets the corresponding format with fraction.StringGeneralizedTime. toGeneralizedTime(GeneralizedTime.Format format, GeneralizedTime.FractionDelimiter fractionDelimiter, int fractionLength, GeneralizedTime.TimeZoneFormat timeZoneFormat)Returns the string representation of this generalized time.
-