Uses of Class
org.apache.directory.shared.ldap.name.AVA

Packages that use AVA
org.apache.directory.shared.ldap.name   
 

Uses of AVA in org.apache.directory.shared.ldap.name
 

Fields in org.apache.directory.shared.ldap.name declared as AVA
protected  AVA RDN.atav
          A simple AttributeTypeAndValue is used to store the Rdn for the simple case where we only have a single type=value.
 

Methods in org.apache.directory.shared.ldap.name that return AVA
static AVA AVASerializer.deserialize(java.io.ObjectInput in)
          Deserialize an AttributeTypeAndValue object We read back the data to create a new ATAV.
 AVA RDN.getAtav()
          Return the unique AttributeTypeAndValue, or the first one of we have more than one
 AVA RDN.getAttributeTypeAndValue(java.lang.String type)
          Get the AttributeTypeAndValue which type is given as an argument.
 

Methods in org.apache.directory.shared.ldap.name that return types with arguments of type AVA
 java.util.Iterator<AVA> RDN.iterator()
          Retrieves the components of this RDN as an iterator of AttributeTypeAndValue.
 

Methods in org.apache.directory.shared.ldap.name with parameters of type AVA
static void AVASerializer.serialize(AVA atav, java.io.ObjectOutput out)
          Serialize an AttributeTypeAndValue object.
 



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