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

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

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

Methods in org.apache.directory.api.asn1.ber that return TLV
 TLV Asn1Container.getCurrentTLV()
          Gets the currentTLV
 TLV AbstractContainer.getCurrentTLV()
          Gets the currentTLV
 TLV Asn1Container.getParentTLV()
           
 TLV AbstractContainer.getParentTLV()
          
 

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

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

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

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



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