Uses of Class
org.apache.directory.api.ldap.model.name.Ava

Packages that use Ava
org.apache.directory.api.ldap.model.name   
 

Uses of Ava in org.apache.directory.api.ldap.model.name
 

Fields in org.apache.directory.api.ldap.model.name declared as Ava
protected  Ava Rdn.ava
          A simple Ava is used to store the Rdn for the simple case where we only have a single type=value.
 

Methods in org.apache.directory.api.ldap.model.name that return Ava
 Ava Ava.clone()
          Implements the cloning.
 Ava Rdn.getAva()
          Return the unique Ava, or the first one of we have more than one
 Ava Rdn.getAva(String type)
          Get the Ava which type is given as an argument.
 

Methods in org.apache.directory.api.ldap.model.name that return types with arguments of type Ava
 Iterator<Ava> Rdn.iterator()
          Retrieves the components of this Rdn as an iterator of Avas.
 

Methods in org.apache.directory.api.ldap.model.name with parameters of type Ava
 int Ava.compareTo(Ava that)
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.