Uses of Class
org.opends.dsml.protocol.LDAPResultCode
-
-
Uses of LDAPResultCode in org.opends.dsml.protocol
Fields in org.opends.dsml.protocol declared as LDAPResultCode Modifier and Type Field Description protected LDAPResultCodeResultCode. descrMethods in org.opends.dsml.protocol that return LDAPResultCode Modifier and Type Method Description static LDAPResultCodeLDAPResultCode. fromValue(String v)LDAPResultCodeResultCode. getDescr()Gets the value of the descr property.static LDAPResultCodeLDAPResultCode. valueOf(String name)Returns the enum constant of this type with the specified name.static LDAPResultCode[]LDAPResultCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.dsml.protocol with parameters of type LDAPResultCode Modifier and Type Method Description voidResultCode. setDescr(LDAPResultCode value)Sets the value of the descr property.
-