intarsys runtime library

de.intarsys.tools.tlv.common
Class TlvElementBasedComposite

java.lang.Object
  extended by de.intarsys.tools.tlv.common.TlvElementBasedObject
      extended by de.intarsys.tools.tlv.common.TlvElementBasedComposite

public abstract class TlvElementBasedComposite
extends TlvElementBasedObject

Composite TLV based object. This class eases the mapping of TlvElement based objects that are composite (the TlvElement is not primitive, but contains a TlvTemplate itself.


Constructor Summary
TlvElementBasedComposite(TlvElement element)
           
 
Method Summary
 TlvTemplate getTemplate()
          The TlvTemplate containing the properties.
 
Methods inherited from class de.intarsys.tools.tlv.common.TlvElementBasedObject
asBytes, getElement, getFirstByte
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TlvElementBasedComposite

public TlvElementBasedComposite(TlvElement element)
Method Detail

getTemplate

public TlvTemplate getTemplate()
The TlvTemplate containing the properties.

Returns:
The TlvTemplate containing the properties.

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.