Uses of Class
org.apache.directory.api.ldap.model.url.HostTypeEnum
-
Packages that use HostTypeEnum Package Description org.apache.directory.api.ldap.model.url -
-
Uses of HostTypeEnum in org.apache.directory.api.ldap.model.url
Fields in org.apache.directory.api.ldap.model.url declared as HostTypeEnum Modifier and Type Field Description private HostTypeEnumLdapUrl. hostTypeThe type of host we useMethods in org.apache.directory.api.ldap.model.url that return HostTypeEnum Modifier and Type Method Description static HostTypeEnumHostTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static HostTypeEnum[]HostTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-