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
Methods 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.
-