Uses of Class
org.teiid.translator.ldap.LDAPPlugin.Event
-
Packages that use LDAPPlugin.Event Package Description org.teiid.translator.ldap -
-
Uses of LDAPPlugin.Event in org.teiid.translator.ldap
Methods in org.teiid.translator.ldap that return LDAPPlugin.Event Modifier and Type Method Description static LDAPPlugin.Event
LDAPPlugin.Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static LDAPPlugin.Event[]
LDAPPlugin.Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-