ifc.bim.openecg.jtools.jparser
Class Sect003.LDtl

java.lang.Object
  |
  +--ifc.bim.openecg.jtools.jparser.Sect003.LDtl
Enclosing class:
Sect003

public class Sect003.LDtl
extends java.lang.Object

A structure for storing lead's details


Field Summary
 int end
          Stores ending sample number
 byte id
          Stores lead's id
 int start
          Stores starting sample number
 
Constructor Summary
Sect003.LDtl()
          Constructs a LDtl and read fields' values from section's data part
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public int start
Stores starting sample number


end

public int end
Stores ending sample number


id

public byte id
Stores lead's id

Constructor Detail

Sect003.LDtl

public Sect003.LDtl()
Constructs a LDtl and read fields' values from section's data part