Uses of Class
org.apache.directory.shared.ldap.util.GeneralizedTime.Format

Packages that use GeneralizedTime.Format
org.apache.directory.shared.ldap.util   
 

Uses of GeneralizedTime.Format in org.apache.directory.shared.ldap.util
 

Methods in org.apache.directory.shared.ldap.util that return GeneralizedTime.Format
static GeneralizedTime.Format GeneralizedTime.Format.valueOf(java.lang.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're declared.
 

Methods in org.apache.directory.shared.ldap.util with parameters of type GeneralizedTime.Format
 java.lang.String GeneralizedTime.toGeneralizedTime(GeneralizedTime.Format format, GeneralizedTime.FractionDelimiter fractionDelimiter, int fractionLength, GeneralizedTime.TimeZoneFormat timeZoneFormat)
          Returns the string representation of this generalized time.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.