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
 

Fields in org.apache.directory.shared.asn1.ber declared as TLV
protected  TLV AbstractContainer.parentTLV
          The parent TLV
protected  TLV AbstractContainer.tlv
          The current TLV
 

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

Methods in org.apache.directory.shared.asn1.ber with parameters of type TLV
 void IAsn1Container.setCurrentTLV(TLV tlv)
          Set the current TLV
 void AbstractContainer.setCurrentTLV(TLV tlv)
          Set the current TLV
 void IAsn1Container.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 © 2004-2011. All Rights Reserved.