org.apache.directory.shared.dsmlv2.reponse
Class LdapResultEnum

java.lang.Object
  extended by org.apache.directory.shared.dsmlv2.reponse.LdapResultEnum

public class LdapResultEnum
extends java.lang.Object

This Class helps to get resultCodeDesc for a ResultCode of a LdapResult.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
LdapResultEnum()
           
 
Method Summary
static java.lang.String getResultCodeDescr(ResultCodeEnum resultCode)
          Gets the String description of a given result code
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapResultEnum

public LdapResultEnum()
Method Detail

getResultCodeDescr

public static java.lang.String getResultCodeDescr(ResultCodeEnum resultCode)
Gets the String description of a given result code

Parameters:
resultCode - a result code
Returns:
the String description corresponding to the result code


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.