ifc.bim.openecg.jtools.jparser
Class Sect008.Stat

java.lang.Object
  |
  +--ifc.bim.openecg.jtools.jparser.Sect008.Stat
Enclosing class:
Sect008

public class Sect008.Stat
extends java.lang.Object

A structure for storing statement's data


Field Summary
 int len
          Stores statement's length
 int seqNum
          Stores statement sequence number
 java.lang.String text
          Stores statement's contents
 
Constructor Summary
Sect008.Stat()
          Contructs a Stat and read fields' values from section's stats field
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seqNum

public int seqNum
Stores statement sequence number


len

public int len
Stores statement's length


text

public java.lang.String text
Stores statement's contents

Constructor Detail

Sect008.Stat

public Sect008.Stat()
             throws java.lang.Exception
Contructs a Stat and read fields' values from section's stats field

Throws:
java.lang.Exception - if the statement is not null temrinated, or the length doesn't match