Uses of Class
de.hybris.platform.ldap.enums.LDAPVersionEnum
-
Packages that use LDAPVersionEnum Package Description de.hybris.platform.ldap.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.ldap.model Contains generated models for each type of de.hybris.platform.ldap.jalo package. -
-
Uses of LDAPVersionEnum in de.hybris.platform.ldap.enums
Methods in de.hybris.platform.ldap.enums that return LDAPVersionEnum Modifier and Type Method Description static LDAPVersionEnumLDAPVersionEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LDAPVersionEnum[]LDAPVersionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LDAPVersionEnum in de.hybris.platform.ldap.model
Methods in de.hybris.platform.ldap.model that return LDAPVersionEnum Modifier and Type Method Description LDAPVersionEnumLDAPConfigProxyItemModel. getJndiVersion()Generated method - Getter of theLDAPConfigProxyItem.jndiVersionattribute defined at extensionldap.Methods in de.hybris.platform.ldap.model with parameters of type LDAPVersionEnum Modifier and Type Method Description voidLDAPConfigProxyItemModel. setJndiVersion(LDAPVersionEnum value)Generated method - Setter ofLDAPConfigProxyItem.jndiVersionattribute defined at extensionldap.
-