Uses of Class
org.apache.directory.shared.asn1.ber.tlv.TLV

Packages that use TLV
org.apache.directory.shared.asn1.ber   
org.apache.directory.shared.asn1.ber.tlv   
 

Uses of TLV in org.apache.directory.shared.asn1.ber
 

Methods in org.apache.directory.shared.asn1.ber that return TLV
 TLV Asn1Container.getCurrentTLV()
          Get the currentTLV
 TLV AbstractContainer.getCurrentTLV()
          Get the current TLV
 TLV Asn1Container.getParentTLV()
           
 TLV AbstractContainer.getParentTLV()
          Get the parent TLV;
 

Methods in org.apache.directory.shared.asn1.ber with parameters of type TLV
 void Asn1Container.setCurrentTLV(TLV tlv)
          Set the current TLV
 void AbstractContainer.setCurrentTLV(TLV currentTLV)
          Set the current TLV
 void Asn1Container.setParentTLV(TLV parentTLV)
          Set the parent TLV
 void AbstractContainer.setParentTLV(TLV parentTLV)
          Set the parent TLV.
 

Uses of TLV in org.apache.directory.shared.asn1.ber.tlv
 

Methods in org.apache.directory.shared.asn1.ber.tlv that return TLV
 TLV TLV.getParent()
           
 

Methods in org.apache.directory.shared.asn1.ber.tlv with parameters of type TLV
 void TLV.setParent(TLV parent)
           
 



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