KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > ldap > Rdn

javax.naming.ldap
Class Rdn

java.lang.Object
  extended by javax.naming.ldap.Rdn
All Implemented Interfaces:
Serializable, Comparable<Object>
See Also:
Top Examples, escapeValue(), unescapeValue(), Attributes, LdapName

public int compareTo(Object obj)
See Also:
ClassCastException, Comparable, compareTo
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object obj)
See Also:
hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String escapeValue(Object val)
See Also:
ClassCastException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getType()
See Also:
getValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getValue()
See Also:
getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
equals(java.lang.Object), Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Rdn(String rdnString)
    throws InvalidNameException
See Also:
LdapName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Rdn(String type,
           Object value)
    throws InvalidNameException
See Also:
toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Rdn(Attributes attrSet)
    throws InvalidNameException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Rdn(Rdn rdn)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int size()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Attributes toAttributes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object, LdapName
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Object unescapeValue(String val)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags