]> source.dussan.org Git - poi.git/commitdiff
Javadoc fixes
authorGlen Stampoultzis <glens@apache.org>
Mon, 11 Feb 2002 03:49:39 +0000 (03:49 +0000)
committerGlen Stampoultzis <glens@apache.org>
Mon, 11 Feb 2002 03:49:39 +0000 (03:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352084 13f79535-47bb-0310-9956-ffa450edef68

68 files changed:
src/java/org/apache/poi/hssf/record/BOFRecord.java
src/java/org/apache/poi/hssf/record/BackupRecord.java
src/java/org/apache/poi/hssf/record/BeginRecord.java
src/java/org/apache/poi/hssf/record/BlankRecord.java
src/java/org/apache/poi/hssf/record/BookBoolRecord.java
src/java/org/apache/poi/hssf/record/BoolErrRecord.java
src/java/org/apache/poi/hssf/record/BoundSheetRecord.java
src/java/org/apache/poi/hssf/record/CalcCountRecord.java
src/java/org/apache/poi/hssf/record/CalcModeRecord.java
src/java/org/apache/poi/hssf/record/ChartFormatRecord.java
src/java/org/apache/poi/hssf/record/ChartRecord.java
src/java/org/apache/poi/hssf/record/CodepageRecord.java
src/java/org/apache/poi/hssf/record/ColumnInfoRecord.java
src/java/org/apache/poi/hssf/record/CountryRecord.java
src/java/org/apache/poi/hssf/record/DBCellRecord.java
src/java/org/apache/poi/hssf/record/DSFRecord.java
src/java/org/apache/poi/hssf/record/DateWindow1904Record.java
src/java/org/apache/poi/hssf/record/DefaultColWidthRecord.java
src/java/org/apache/poi/hssf/record/DefaultRowHeightRecord.java
src/java/org/apache/poi/hssf/record/DeltaRecord.java
src/java/org/apache/poi/hssf/record/DimensionsRecord.java
src/java/org/apache/poi/hssf/record/EOFRecord.java
src/java/org/apache/poi/hssf/record/EndRecord.java
src/java/org/apache/poi/hssf/record/ExtSSTRecord.java
src/java/org/apache/poi/hssf/record/ExtendedFormatRecord.java
src/java/org/apache/poi/hssf/record/FnGroupCountRecord.java
src/java/org/apache/poi/hssf/record/FontRecord.java
src/java/org/apache/poi/hssf/record/FooterRecord.java
src/java/org/apache/poi/hssf/record/FormatRecord.java
src/java/org/apache/poi/hssf/record/FormulaRecord.java
src/java/org/apache/poi/hssf/record/GridsetRecord.java
src/java/org/apache/poi/hssf/record/GutsRecord.java
src/java/org/apache/poi/hssf/record/HCenterRecord.java
src/java/org/apache/poi/hssf/record/HeaderRecord.java
src/java/org/apache/poi/hssf/record/HideObjRecord.java
src/java/org/apache/poi/hssf/record/IndexRecord.java
src/java/org/apache/poi/hssf/record/InterfaceEndRecord.java
src/java/org/apache/poi/hssf/record/InterfaceHdrRecord.java
src/java/org/apache/poi/hssf/record/IterationRecord.java
src/java/org/apache/poi/hssf/record/LabelRecord.java
src/java/org/apache/poi/hssf/record/LabelSSTRecord.java
src/java/org/apache/poi/hssf/record/MMSRecord.java
src/java/org/apache/poi/hssf/record/MergeCellsRecord.java
src/java/org/apache/poi/hssf/record/MulBlankRecord.java
src/java/org/apache/poi/hssf/record/MulRKRecord.java
src/java/org/apache/poi/hssf/record/NumberRecord.java
src/java/org/apache/poi/hssf/record/PasswordRecord.java
src/java/org/apache/poi/hssf/record/PasswordRev4Record.java
src/java/org/apache/poi/hssf/record/PrecisionRecord.java
src/java/org/apache/poi/hssf/record/PrintGridlinesRecord.java
src/java/org/apache/poi/hssf/record/PrintHeadersRecord.java
src/java/org/apache/poi/hssf/record/PrintSetupRecord.java
src/java/org/apache/poi/hssf/record/ProtectionRev4Record.java
src/java/org/apache/poi/hssf/record/RKRecord.java
src/java/org/apache/poi/hssf/record/RefModeRecord.java
src/java/org/apache/poi/hssf/record/RefreshAllRecord.java
src/java/org/apache/poi/hssf/record/RowRecord.java
src/java/org/apache/poi/hssf/record/SaveRecalcRecord.java
src/java/org/apache/poi/hssf/record/SelectionRecord.java
src/java/org/apache/poi/hssf/record/StyleRecord.java
src/java/org/apache/poi/hssf/record/TabIdRecord.java
src/java/org/apache/poi/hssf/record/UseSelFSRecord.java
src/java/org/apache/poi/hssf/record/VCenterRecord.java
src/java/org/apache/poi/hssf/record/WSBoolRecord.java
src/java/org/apache/poi/hssf/record/WindowOneRecord.java
src/java/org/apache/poi/hssf/record/WindowProtectRecord.java
src/java/org/apache/poi/hssf/record/WindowTwoRecord.java
src/java/org/apache/poi/hssf/record/WriteAccessRecord.java

index d48e37ca498bfa45145b71c5240bb27ae8caec09..b98e697fab01aa7233318a66ead1eb3c31b5cfb1 100644 (file)
@@ -124,9 +124,9 @@ public class BOFRecord
     /**
      * Constructs a BOFRecord and sets its fields appropriately
      *
-     * @param short id must be 0x809 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x809 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public BOFRecord(short id, short size, byte [] data)
@@ -139,9 +139,9 @@ public class BOFRecord
     /**
      * Constructs a BOFRecord and sets its fields appropriately
      *
-     * @param short id must be 0x809 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x809 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset the offset of the record's data
      */
 
index 42d1e74d27853d5db1b85649a44446bedb1bcce4..ef2e7beb6d66478a75854f068ad31cb219182373 100644 (file)
@@ -79,9 +79,9 @@ public class BackupRecord
     /**
      * Constructs a BackupRecord and sets its fields appropriately
      *
-     * @param short id must be 0x40 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x40 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public BackupRecord(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class BackupRecord
     /**
      * Constructs a BackupRecord and sets its fields appropriately
      *
-     * @param short id must be 0x40 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x40 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the start of the record's data
      */
 
@@ -119,7 +119,7 @@ public class BackupRecord
     /**
      * set the backup flag (0,1)
      *
-     * @param short backup flag
+     * @param backup    backup flag
      */
 
     public void setBackup(short backup)
index ff2d82ee52c1a68ce07eeb46b434e43692fb2b92..ec27b9c374de51e3d1f73d6a2a895c7855925b1e 100644 (file)
@@ -78,9 +78,9 @@ public class BeginRecord
     /**
      * Constructs a BeginRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0x1033 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1033 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public BeginRecord(short id, short size, byte [] data)
@@ -91,9 +91,9 @@ public class BeginRecord
     /**
      * Constructs a BeginRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0x1033 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1033 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index f01f95c8204f44e8eebb7ebb9d3c42301f9cb762..ea50a4dd8c1b36a0d1561b3d8fc46bdf63512d96 100644 (file)
@@ -88,9 +88,9 @@ public class BlankRecord
     /**
      * Constructs a BlankRecord and sets its fields appropriately
      *
-     * @param short id must be 0x201 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x201 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public BlankRecord(short id, short size, byte [] data)
@@ -101,9 +101,9 @@ public class BlankRecord
     /**
      * Constructs a BlankRecord and sets its fields appropriately
      *
-     * @param short id must be 0x201 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x201 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index df273d5c7a681e0ae3503c434fbe92bb314d8b5e..1f6f3a500227cd02038c679d560aa6760f351b4e 100644 (file)
@@ -79,9 +79,9 @@ public class BookBoolRecord
     /**
      * Constructs a BookBoolRecord and sets its fields appropriately
      *
-     * @param short id must be 0xDA or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xDA or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public BookBoolRecord(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class BookBoolRecord
     /**
      * Constructs a BookBoolRecord and sets its fields appropriately
      *
-     * @param short id must be 0xDA or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xDA or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 9777c29f4d014ab3ba920f88371e123026528438..26dbc77ef2b18d34be3b8492cba9d8221a32a637 100644 (file)
@@ -89,9 +89,9 @@ public class BoolErrRecord
     /**
      * Constructs a BoolErr record and sets its fields appropriately.
      *
-     * @param short id must be 0x205 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x205 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public BoolErrRecord(short id, short size, byte [] data)
@@ -102,9 +102,9 @@ public class BoolErrRecord
     /**
      * Constructs a BoolErr record and sets its fields appropriately.
      *
-     * @param short id must be 0x205 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x205 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record
      */
 
@@ -143,7 +143,7 @@ public class BoolErrRecord
     /**
      * set the index to the ExtendedFormat
      * @see org.apache.poi.hssf.record.ExtendedFormatRecord
-     * @param index to the XF record
+     * @param xf    index to the XF record
      */
 
     public void setXFIndex(short xf)
@@ -154,7 +154,7 @@ public class BoolErrRecord
     /**
      * set the boolean value for the cell
      *
-     * @param boolean representing the boolean value
+     * @param value   representing the boolean value
      */
 
     public void setValue(boolean value)
@@ -167,7 +167,7 @@ public class BoolErrRecord
     /**
      * set the error value for the cell
      *
-     * @param error representing the error value
+     * @param value     error representing the error value
      */
 
     public void setValue(byte value)
index d6228cd3a50269d08d2a9342954f16fb6fadd9b2..a2b7739d6b6fba2c4603c6a17a56392a99bb7922 100644 (file)
@@ -85,9 +85,9 @@ public class BoundSheetRecord
     /**
      * Constructs a BoundSheetRecord and sets its fields appropriately
      *
-     * @param short id must be 0x85 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x85 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public BoundSheetRecord(short id, short size, byte [] data)
@@ -98,9 +98,9 @@ public class BoundSheetRecord
     /**
      * Constructs a BoundSheetRecord and sets its fields appropriately
      *
-     * @param short id must be 0x85 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x85 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 7b4fcc813b786610e89294ac458c5d8dafb01926..bee2522a027e6b82b4e60c3dfe24e210f48e4efc 100644 (file)
@@ -83,9 +83,9 @@ public class CalcCountRecord
     /**
      * Constructs a CalcCountRecord and sets its fields appropriately
      *
-     * @param short id must be 0xC or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xC or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      *
      */
 
@@ -97,9 +97,9 @@ public class CalcCountRecord
     /**
      * Constructs a CalcCountRecord and sets its fields appropriately
      *
-     * @param short id must be 0xC or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xC or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index c2ec3be5eb839585c7a93b437daf4fcf4186c036..46ab94231834af9ac3675011cbc59518b6b04ca0 100644 (file)
@@ -99,9 +99,9 @@ public class CalcModeRecord
     /**
      * Constructs a CalcModeRecord and sets its fields appropriately
      *
-     * @param short id must be 0xD or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xD or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public CalcModeRecord(short id, short size, byte [] data)
@@ -112,9 +112,9 @@ public class CalcModeRecord
     /**
      * Constructs a CalcModeRecord and sets its fields appropriately
      *
-     * @param short id must be 0xD or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xD or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's start data
      */
 
index d86573418be97405c06837e15aa004c89bda5d5a..d0254a6a85fbf5a4c976dd87535f68e7cbb16669 100644 (file)
@@ -87,8 +87,8 @@ public class ChartFormatRecord
      * Constructs a ChartFormatRecord record and sets its fields appropriately.
      *
      * @param short id must equal the sid or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public ChartFormatRecord(short id, short size, byte [] data)
@@ -100,8 +100,8 @@ public class ChartFormatRecord
      * Constructs a ChartFormatRecord record and sets its fields appropriately.
      *
      * @param short id must equal the sid or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index bc425b5284f402001fffbef000a0c371e3067b1d..30a8981cd8ff9a0782a85dabf2ac2fc09f7e6c8a 100644 (file)
@@ -84,9 +84,9 @@ public class ChartRecord
     /**
      * Constructs a ChartRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0x1002 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1002 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public ChartRecord(short id, short size, byte [] data)
@@ -97,9 +97,9 @@ public class ChartRecord
     /**
      * Constructs a SeriesRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0x1002 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1002 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 41ac712c339432c5814eed683989fcc04e479f68..a903dae243d067fe425c9c8fb20dc5750e6175be 100644 (file)
@@ -86,9 +86,9 @@ public class CodepageRecord
     /**
      * Constructs a CodepageRecord and sets its fields appropriately
      *
-     * @param short id must be 0x42 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x42 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public CodepageRecord(short id, short size, byte [] data)
@@ -99,9 +99,9 @@ public class CodepageRecord
     /**
      * Constructs a CodepageRecord and sets its fields appropriately
      *
-     * @param short id must be 0x42 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x42 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param int offset of the record
      */
 
index f274a7574f39bab4644105fafd47a3911f64c257..2e95e8a35a6477bc62d64b9df937608c5e5761e0 100644 (file)
@@ -92,9 +92,9 @@ public class ColumnInfoRecord
     /**
      * Constructs a ColumnInfo record and sets its fields appropriately
      *
-     * @param short id must be 0x7d or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x7d or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public ColumnInfoRecord(short id, short size, byte [] data)
@@ -105,9 +105,9 @@ public class ColumnInfoRecord
     /**
      * Constructs a ColumnInfo record and sets its fields appropriately
      *
-     * @param short id must be 0x7d or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x7d or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 184bf981e1d2b3e840938e44630e19482d180702..3e64cb3060ae28883f68166002a2330531a9df7a 100644 (file)
@@ -83,9 +83,9 @@ public class CountryRecord
     /**
      * Constructs a CountryRecord and sets its fields appropriately
      *
-     * @param short id must be 0x8c or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x8c or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public CountryRecord(short id, short size, byte [] data)
@@ -96,9 +96,9 @@ public class CountryRecord
     /**
      * Constructs a CountryRecord and sets its fields appropriately
      *
-     * @param short id must be 0x8c or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x8c or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index d267be248f60c46e684ed87d241d56fdb9bc1202..a536c7d8b53933add55fdd1eed30e9dfe1873b62 100644 (file)
@@ -81,9 +81,9 @@ public class DBCellRecord
     /**
      * Constructs a DBCellRecord and sets its fields appropriately
      *
-     * @param short id must be 0xd7 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xd7 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public DBCellRecord(short id, short size, byte [] data)
@@ -94,9 +94,9 @@ public class DBCellRecord
     /**
      * Constructs a DBCellRecord and sets its fields appropriately
      *
-     * @param short id must be 0xd7 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xd7 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 5f7048ee6815ba75226f1d6a972e7de60d689116..ed14de179528f915203b157dbaa1fcdc03e9ecd5 100644 (file)
@@ -79,9 +79,9 @@ public class DSFRecord
     /**
      * Constructs a DBCellRecord and sets its fields appropriately.
      *
-     * @param short id must be 0x161 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x161 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public DSFRecord(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class DSFRecord
     /**
      * Constructs a DBCellRecord and sets its fields appropriately.
      *
-     * @param short id must be 0x161 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x161 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 14f43bf3443bb615a76a8994e0e4268aba0a3077..bded07ea576da85354af7f0d53d007a87f4dc19e 100644 (file)
@@ -79,9 +79,9 @@ public class DateWindow1904Record
     /**
      * Constructs a DateWindow1904 record and sets its fields appropriately.
      *
-     * @param short id must be 0x22 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x22 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public DateWindow1904Record(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class DateWindow1904Record
     /**
      * Constructs a DateWindow1904 record and sets its fields appropriately.
      *
-     * @param short id must be 0x22 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x22 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 33fd6ceab54402daabc754e47cc0174031bdb4ee..221ca52ecb2764e2dc229eb85e6a01eb2d38f72b 100644 (file)
@@ -79,9 +79,9 @@ public class DefaultColWidthRecord
     /**
      * Constructs a DefaultColumnWidth record and sets its fields appropriately.
      *
-     * @param short id must be 0x55 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x55 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public DefaultColWidthRecord(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class DefaultColWidthRecord
     /**
      * Constructs a DefaultColumnWidth record and sets its fields appropriately.
      *
-     * @param short id must be 0x55 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x55 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index b4088e4cdb970421e7d729e39e8247a63d22d88e..4486373f41beeef92c9e15cfdd763741327e1a3f 100644 (file)
@@ -80,9 +80,9 @@ public class DefaultRowHeightRecord
     /**
      * Constructs a DefaultRowHeight record and sets its fields appropriately.
      *
-     * @param short id must be 0x225 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x225 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public DefaultRowHeightRecord(short id, short size, byte [] data)
@@ -93,9 +93,9 @@ public class DefaultRowHeightRecord
     /**
      * Constructs a DefaultRowHeight record and sets its fields appropriately.
      *
-     * @param short id must be 0x225 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x225 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the records data
      */
 
@@ -131,7 +131,7 @@ public class DefaultRowHeightRecord
 
     /**
      * set the default row height
-     * @param rowheight for undefined rows/rows w/undefined height
+     * @param height    for undefined rows/rows w/undefined height
      */
 
     public void setRowHeight(short height)
index b54ecda5b0a853231e8de1237bbd064f3aabf53c..ee5d52e443ce33c69db919d45bcb70de149ec408 100644 (file)
@@ -82,9 +82,9 @@ public class DeltaRecord
     /**
      * Constructs a Delta record and sets its fields appropriately.
      *
-     * @param short id must be 0x10 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x10 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public DeltaRecord(short id, short size, byte [] data)
@@ -95,9 +95,9 @@ public class DeltaRecord
     /**
      * Constructs a Delta record and sets its fields appropriately.
      *
-     * @param short id must be 0x10 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x10 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of record data
      */
 
index f1ccba5aea41ac021707dbbfed0759bfe7bbb62b..93674a7d655bccb2fc877b1de689c20382df03b7 100644 (file)
@@ -83,9 +83,9 @@ public class DimensionsRecord
     /**
      * Constructs a Dimensions record and sets its fields appropriately.
      *
-     * @param short id must be 0x200 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x200 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public DimensionsRecord(short id, short size, byte [] data)
@@ -96,9 +96,9 @@ public class DimensionsRecord
     /**
      * Constructs a Dimensions record and sets its fields appropriately.
      *
-     * @param short id must be 0x200 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x200 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
@@ -146,7 +146,7 @@ public class DimensionsRecord
 
     /**
      * set the first column number for the sheet
-     * @param column - first column on the sheet
+     * @param col  first column on the sheet
      */
 
     public void setFirstCol(short col)
index 294422a185a1c35cc1615bc6eb8bd5608440dd63..80ea80c954bbb677de0ce98de070596d38ba7845 100644 (file)
@@ -79,9 +79,9 @@ public class EOFRecord
     /**
      * Constructs a EOFRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0x0A or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x0A or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public EOFRecord(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class EOFRecord
     /**
      * Constructs a EOFRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0x0A or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x0A or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index c6615e4de95ccbf76c86284843ab1465c1c6c9cb..fba75ef9a9ad9793d4bee8ac47b8cd426490afeb 100644 (file)
@@ -78,9 +78,9 @@ public class EndRecord
     /**
      * Constructs a EndRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0x1034 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1034 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public EndRecord(short id, short size, byte [] data)
@@ -91,9 +91,9 @@ public class EndRecord
     /**
      * Constructs a EndRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0x1034 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1034 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 2221e6fab1477afa8f6caecc894302d174d988bc..b102236f2a04276206a6ddbe58bef0958d32e604 100644 (file)
@@ -87,9 +87,9 @@ public class ExtSSTRecord
     /**
      * Constructs a EOFRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0xff or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xff or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public ExtSSTRecord(short id, short size, byte [] data)
@@ -100,9 +100,9 @@ public class ExtSSTRecord
     /**
      * Constructs a EOFRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0xff or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xff or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 0d2fb0711fe63fa95ad2809142e54afb068a8ae9..6a586dcda4227e3f0b50ed03a516e47ccb551c24 100644 (file)
@@ -214,9 +214,9 @@ public class ExtendedFormatRecord
     /**
      * Constructs an ExtendedFormat record and sets its fields appropriately.
      *
-     * @param short id must be 0xE0 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xE0 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public ExtendedFormatRecord(short id, short size, byte [] data)
@@ -227,9 +227,9 @@ public class ExtendedFormatRecord
     /**
      * Constructs an ExtendedFormat record and sets its fields appropriately.
      *
-     * @param short id must be 0xE0 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xE0 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 069df5544ac3698b8af573c5cc2feb43a4a2c026..249489d408c0f5e5f06c5b455802b0a8dbace5fd 100644 (file)
@@ -85,9 +85,9 @@ public class FnGroupCountRecord
     /**
      * Constructs a FnGroupCount record and sets its fields appropriately.
      *
-     * @param short id must be 0x9c or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x9c or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public FnGroupCountRecord(short id, short size, byte [] data)
@@ -98,9 +98,9 @@ public class FnGroupCountRecord
     /**
      * Constructs a FnGroupCount record and sets its fields appropriately.
      *
-     * @param short id must be 0x9c or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x9c or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 9996a8be5fa7a6628c2f3f0c4fdb9dacbb4756bb..3b46985145efe015d12bb793d61b84790df628ae 100644 (file)
@@ -114,10 +114,10 @@ public class FontRecord
     /**
      * Constructs a Font record and sets its fields appropriately.
      *
-     * @param short id must be 0x31 (NOT 0x231 see MSKB #Q184647 for an "explanation of
+     * @param id     id must be 0x31 (NOT 0x231 see MSKB #Q184647 for an "explanation of
      * this bug in the documentation) or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public FontRecord(short id, short size, byte [] data)
@@ -128,10 +128,10 @@ public class FontRecord
     /**
      * Constructs a Font record and sets its fields appropriately.
      *
-     * @param short id must be 0x31 (NOT 0x231 see MSKB #Q184647 for an "explanation of
+     * @param id     id must be 0x31 (NOT 0x231 see MSKB #Q184647 for an "explanation of
      * this bug in the documentation) or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 20e8aff771c7be01ee70d82fd2294118a127e927..e6797eb4dea325cb0371ad181dcaf690ff9b8f83 100644 (file)
@@ -80,9 +80,9 @@ public class FooterRecord
     /**
      * Constructs a FooterRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0x15 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x15 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public FooterRecord(short id, short size, byte [] data)
@@ -93,9 +93,9 @@ public class FooterRecord
     /**
      * Constructs a FooterRecord record and sets its fields appropriately.
      *
-     * @param short id must be 0x15 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x15 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index d42177d45fdd9f6bec4f2daaa0bc54460ff035c2..36b79ddbfff5efb34be57ea356fe7070ab46987a 100644 (file)
@@ -83,9 +83,9 @@ public class FormatRecord
     /**
      * Constructs a Format record and sets its fields appropriately.
      *
-     * @param short id must be 0x41e or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x41e or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public FormatRecord(short id, short size, byte [] data)
@@ -96,9 +96,9 @@ public class FormatRecord
     /**
      * Constructs a Format record and sets its fields appropriately.
      *
-     * @param short id must be 0x41e or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x41e or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 94470102da8bd78a2362a4084f952cea10f4c248..47d7d1ac82ebea7943e22c302e37b94ce3ee596f 100644 (file)
@@ -98,10 +98,10 @@ public class FormulaRecord
     /**
      * Constructs a Formula record and sets its fields appropriately.
      *
-     * @param short id must be 0x06 (NOT 0x406 see MSKB #Q184647 for an "explanation of
+     * @param id     id must be 0x06 (NOT 0x406 see MSKB #Q184647 for an "explanation of
      * this bug in the documentation) or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public FormulaRecord(short id, short size, byte [] data)
@@ -112,10 +112,10 @@ public class FormulaRecord
     /**
      * Constructs a Formula record and sets its fields appropriately.
      *
-     * @param short id must be 0x06 (NOT 0x406 see MSKB #Q184647 for an "explanation of
+     * @param id     id must be 0x06 (NOT 0x406 see MSKB #Q184647 for an "explanation of
      * this bug in the documentation) or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index da44634256de2101ea94f02f7efb648ff0dd6a9a..1cf42aa43c4f0b17d8515791a439f0b0b851070c 100644 (file)
@@ -82,9 +82,9 @@ public class GridsetRecord
     /**
      * Constructs a GridSet record and sets its fields appropriately.
      *
-     * @param short id must be 0x82 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x82 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public GridsetRecord(short id, short size, byte [] data)
@@ -95,9 +95,9 @@ public class GridsetRecord
     /**
      * Constructs a GridSet record and sets its fields appropriately.
      *
-     * @param short id must be 0x82 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x82 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index eff89e9ca6104f5aa3dbcbb7aa28b55817d90a6d..628488af367b6efb5e971ec9ef45281b0ece7797 100644 (file)
@@ -81,9 +81,9 @@ public class GutsRecord
     /**
      * Constructs a Guts record and sets its fields appropriately.
      *
-     * @param short id must be 0x80 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x80 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public GutsRecord(short id, short size, byte [] data)
@@ -94,9 +94,9 @@ public class GutsRecord
     /**
      * Constructs a Guts record and sets its fields appropriately.
      *
-     * @param short id must be 0x80 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x80 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 446451c0459c39212cefa2487e52a0f22f69f736..00c7a713080f661955dccf3805ebc14078c0205d 100644 (file)
@@ -78,9 +78,9 @@ public class HCenterRecord
     /**
      * Constructs an HCenter record and sets its fields appropriately.
      *
-     * @param short id must be 0x83 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x83 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public HCenterRecord(short id, short size, byte [] data)
@@ -91,9 +91,9 @@ public class HCenterRecord
     /**
      * Constructs an HCenter record and sets its fields appropriately.
      *
-     * @param short id must be 0x83 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x83 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 14a9127ba9993ab2cc1282c89e98faf1aa14c729..bb3060ca98fec8de25c35f5751fcc82d6def9e3a 100644 (file)
@@ -80,9 +80,9 @@ public class HeaderRecord
     /**
      * Constructs an Header record and sets its fields appropriately.
      *
-     * @param short id must be 0x14 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x14 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public HeaderRecord(short id, short size, byte [] data)
@@ -93,9 +93,9 @@ public class HeaderRecord
     /**
      * Constructs an Header record and sets its fields appropriately.
      *
-     * @param short id must be 0x14 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x14 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index a5d7dcd4847d98e996dea2600fef0f90cae8a2d1..5ba1c0cc9c5e79f14d005236f601aae291e77e14 100644 (file)
@@ -81,9 +81,9 @@ public class HideObjRecord
     /**
      * Constructs an HideObj record and sets its fields appropriately.
      *
-     * @param short id must be 0x8d or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x8d or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public HideObjRecord(short id, short size, byte [] data)
@@ -94,9 +94,9 @@ public class HideObjRecord
     /**
      * Constructs an HideObj record and sets its fields appropriately.
      *
-     * @param short id must be 0x8d or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x8d or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 114eb8feed6908aebcb81c84cf0571598e2e86dc..a90a3bedc648b195ed236536c29b6e37013f99e4 100644 (file)
@@ -86,9 +86,9 @@ public class IndexRecord
     /**
      * Constructs an Index record and sets its fields appropriately.
      *
-     * @param short id must be 0x208 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x208 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public IndexRecord(short id, short size, byte [] data)
@@ -99,9 +99,9 @@ public class IndexRecord
     /**
      * Constructs an Index record and sets its fields appropriately.
      *
-     * @param short id must be 0x208 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x208 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of record data
      */
 
index d8de449167ac43f1a0bc80efa1ab36e7077ce4ee..28c70b7799326d09ed3b14904b1b136500e07f8d 100644 (file)
@@ -78,9 +78,9 @@ public class InterfaceEndRecord
     /**
      * Constructs an InterfaceEnd record and sets its fields appropriately.
      *
-     * @param short id must be 0xe2 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xe2 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public InterfaceEndRecord(short id, short size, byte [] data)
@@ -91,9 +91,9 @@ public class InterfaceEndRecord
     /**
      * Constructs an InterfaceEnd record and sets its fields appropriately.
      *
-     * @param short id must be 0xe2 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xe2 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the data
      */
 
index af749354996a54941c9fb006053c8e64344f3859..9d86b7edb4af9cdbc470500a4a10bcda4b165e72 100644 (file)
@@ -84,9 +84,9 @@ public class InterfaceHdrRecord
     /**
      * Constructs an Codepage record and sets its fields appropriately.
      *
-     * @param short id must be 0xe1 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xe1 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public InterfaceHdrRecord(short id, short size, byte [] data)
@@ -97,9 +97,9 @@ public class InterfaceHdrRecord
     /**
      * Constructs an Codepage record and sets its fields appropriately.
      *
-     * @param short id must be 0xe1 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xe1 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index ec0847a5333e7f767c26b15d8c1da713b17852b8..8e0717ebf8b3f24674ce255ed815cec4dcdd5c82 100644 (file)
@@ -81,9 +81,9 @@ public class IterationRecord
     /**
      * Constructs an Iteration record and sets its fields appropriately.
      *
-     * @param short id must be 0x11 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x11 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public IterationRecord(short id, short size, byte [] data)
@@ -94,9 +94,9 @@ public class IterationRecord
     /**
      * Constructs an Iteration record and sets its fields appropriately.
      *
-     * @param short id must be 0x11 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x11 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 5173851f69c9df5648571d356449cff91ac0bf94..429a063e479cc7378439b9af98a3124a9c153051 100644 (file)
@@ -93,9 +93,9 @@ public class LabelRecord
     /**
      * Constructs an Label record and sets its fields appropriately.
      *
-     * @param short id must be 0x204 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x204 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public LabelRecord(short id, short size, byte [] data)
@@ -106,9 +106,9 @@ public class LabelRecord
     /**
      * Constructs an Label record and sets its fields appropriately.
      *
-     * @param short id must be 0x204 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x204 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record
      */
 
index 3cd1054877bd747dd1648ed5271ee72976901e21..c037af15d3054a8dd5d9a1860885c7436445fb94 100644 (file)
@@ -83,9 +83,9 @@ public class LabelSSTRecord
     /**
      * Constructs an LabelSST record and sets its fields appropriately.
      *
-     * @param short id must be 0xfd or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xfd or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public LabelSSTRecord(short id, short size, byte [] data)
@@ -96,9 +96,9 @@ public class LabelSSTRecord
     /**
      * Constructs an LabelSST record and sets its fields appropriately.
      *
-     * @param short id must be 0xfd or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xfd or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 7219620d3238168ed44680023f592599e871a5be..efb06479f69ccbe15f5caa04b1e838515d8a1cc2 100644 (file)
@@ -80,9 +80,9 @@ public class MMSRecord
     /**
      * Constructs a MMS record and sets its fields appropriately.
      *
-     * @param short id must be 0xc1 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xc1 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public MMSRecord(short id, short size, byte [] data)
@@ -93,9 +93,9 @@ public class MMSRecord
     /**
      * Constructs a MMS record and sets its fields appropriately.
      *
-     * @param short id must be 0xc1 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xc1 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the data
      */
 
index 9bfd98ec927c62acbaf26753d90eb720986bef5e..633c38315c2857e358a28f3dfca7c49efe5f4332 100644 (file)
@@ -82,9 +82,9 @@ public class MergeCellsRecord
     /**
      * Constructs a MergedCellsRecord and sets its fields appropriately
      *
-     * @param short id must be 0xe5 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xe5 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public MergeCellsRecord(short sid, short size, byte [] data)
@@ -95,9 +95,9 @@ public class MergeCellsRecord
     /**
      * Constructs a MergedCellsRecord and sets its fields appropriately
      *
-     * @param short id must be 0xe5 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xe5 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset the offset of the record's data
      */
 
index 80562df0049b978d36d66fdfa0d0a2a2dab95559..cdfebd7860955170a72d7c1323bedd054256d42b 100644 (file)
@@ -92,9 +92,9 @@ public class MulBlankRecord
     /**
      * Constructs a MulBlank record and sets its fields appropriately.
      *
-     * @param short id must be 0xbe or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xbe or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public MulBlankRecord(short id, short size, byte [] data)
@@ -105,9 +105,9 @@ public class MulBlankRecord
     /**
      * Constructs a MulBlank record and sets its fields appropriately.
      *
-     * @param short id must be 0xbe or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xbe or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 715619586f4a345bf3db032b37f282d7054cc565..88a6096c6f6fad72f487e344dce27729e4c8b9a7 100644 (file)
@@ -90,9 +90,9 @@ public class MulRKRecord
     /**
      * Constructs a MulRK record and sets its fields appropriately.
      *
-     * @param short id must be 0xbd or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xbd or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public MulRKRecord(short id, short size, byte [] data)
@@ -103,9 +103,9 @@ public class MulRKRecord
     /**
      * Constructs a MulRK record and sets its fields appropriately.
      *
-     * @param short id must be 0xbd or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xbd or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of data
      */
 
index ddd1d296178476ea523143903f662b14ae9df8d2..d1fe3f1f3257541dd7da9ca86984e148ccb9d88f 100644 (file)
@@ -89,9 +89,9 @@ public class NumberRecord
     /**
      * Constructs a Number record and sets its fields appropriately.
      *
-     * @param short id must be 0x203 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x203 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public NumberRecord(short id, short size, byte [] data)
@@ -102,9 +102,9 @@ public class NumberRecord
     /**
      * Constructs a Number record and sets its fields appropriately.
      *
-     * @param short id must be 0x203 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x203 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the data
      */
 
index 553f4402b6b0f17e109bef760367b6e7666a530c..005ed43e5ed6b0e375c90bf27a9a9dc0b06ea576 100644 (file)
@@ -78,9 +78,9 @@ public class PasswordRecord
     /**
      * Constructs a Password record and sets its fields appropriately.
      *
-     * @param short id must be 0x13 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x13 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public PasswordRecord(short id, short size, byte [] data)
@@ -91,9 +91,9 @@ public class PasswordRecord
     /**
      * Constructs a Password record and sets its fields appropriately.
      *
-     * @param short id must be 0x13 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x13 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the data
      */
 
index 8170c13d2966d3d9582887943f6e8210f3537f49..d2c9d43f8fcf6fe7e6ab9e5d6d70ddb4d1a8be20 100644 (file)
@@ -79,9 +79,9 @@ public class PasswordRev4Record
     /**
      * Constructs a PasswordRev4 (PROT4REVPASS) record and sets its fields appropriately.
      *
-     * @param short id must be 0x1bc or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1bc or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public PasswordRev4Record(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class PasswordRev4Record
     /**
      * Constructs a PasswordRev4 (PROT4REVPASS) record and sets its fields appropriately.
      *
-     * @param short id must be 0x1bc or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1bc or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the data
      */
 
index 7b876bf4e300568e9d87011868e729146b9d6a48..2c711b838ca236c880d22f6dc5a65f468e8efdd6 100644 (file)
@@ -79,9 +79,9 @@ public class PrecisionRecord
     /**
      * Constructs a Precision record and sets its fields appropriately.
      *
-     * @param short id must be 0xe or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xe or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public PrecisionRecord(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class PrecisionRecord
     /**
      * Constructs a Precision record and sets its fields appropriately.
      *
-     * @param short id must be 0xe or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xe or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record
      */
 
index a8dd6596d6ac3e622d29f599a50ccb45947e8b27..2916520bc7b1539946d4bc6428ef586626ab4342 100644 (file)
@@ -78,9 +78,9 @@ public class PrintGridlinesRecord
     /**
      * Constructs a PrintGridlines record and sets its fields appropriately.
      *
-     * @param short id must be 0x2b or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x2b or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public PrintGridlinesRecord(short id, short size, byte [] data)
@@ -91,9 +91,9 @@ public class PrintGridlinesRecord
     /**
      * Constructs a PrintGridlines record and sets its fields appropriately.
      *
-     * @param short id must be 0x2b or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x2b or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record data
      */
 
index 333ba5eccf4b36b1db9e899618196c7851e2ef4c..f481464db590574ee04fb94b73cda570b1314126 100644 (file)
@@ -79,9 +79,9 @@ public class PrintHeadersRecord
     /**
      * Constructs a PrintHeaders record and sets its fields appropriately.
      *
-     * @param short id must be 0x2a or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x2a or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public PrintHeadersRecord(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class PrintHeadersRecord
     /**
      * Constructs a PrintHeaders record and sets its fields appropriately.
      *
-     * @param short id must be 0x2a or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x2a or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the data
      */
 
index 9a09f82b1bc9fb93650c5f9948c6dbfdafd1b66c..4391f4ae740cda5169a37a634c3cc6bd832db5e7 100644 (file)
@@ -108,9 +108,9 @@ public class PrintSetupRecord
     /**
      * Constructs a PrintSetup (SETUP) record and sets its fields appropriately.
      *
-     * @param short id must be 0xa1 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xa1 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public PrintSetupRecord(short id, short size, byte [] data)
@@ -121,9 +121,9 @@ public class PrintSetupRecord
     /**
      * Constructs a PrintSetup (SETUP) record and sets its fields appropriately.
      *
-     * @param short id must be 0xa1 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xa1 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public PrintSetupRecord(short id, short size, byte [] data, int offset)
index 6c203f3e4fe38660d087a92b08cac5720296169b..0ec7791b62ee9c8074314aac1b1aabf248503903 100644 (file)
@@ -79,9 +79,9 @@ public class ProtectionRev4Record
     /**
      * Constructs a ProtectionRev4 record and sets its fields appropriately.
      *
-     * @param short id must be 0x1af or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1af or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public ProtectionRev4Record(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class ProtectionRev4Record
     /**
      * Constructs a ProtectionRev4 record and sets its fields appropriately.
      *
-     * @param short id must be 0x1af or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1af or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the data
      */
 
index 544668d28ec44a71bd9d98b66b450e2122a37714..40a3ada1918e610490ac53c8e0e96d1672c24565 100644 (file)
@@ -96,9 +96,9 @@ public class RKRecord
     /**
      * Constructs a RK record and sets its fields appropriately.
      *
-     * @param short id must be 0x27e or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x27e or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public RKRecord(short id, short size, byte [] data)
@@ -109,9 +109,9 @@ public class RKRecord
     /**
      * Constructs a RK record and sets its fields appropriately.
      *
-     * @param short id must be 0x27e or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x27e or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the data
      */
 
index df06d55c728c0ce759856daa163e4c6b1eac6b40..5c8a8382153a09e0b9bc9b2cf0071e2365d1940e 100644 (file)
@@ -80,9 +80,9 @@ public class RefModeRecord
     /**
      * Constructs a RefMode record and sets its fields appropriately.
      *
-     * @param short id must be 0xf or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xf or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public RefModeRecord(short id, short size, byte [] data)
@@ -93,9 +93,9 @@ public class RefModeRecord
     /**
      * Constructs a RefMode record and sets its fields appropriately.
      *
-     * @param short id must be 0xf or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0xf or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index edf9403d0cc7c03c3f2ce01debad29cef60e0def..109f10f119415a720f358879d81489ca81b64e46 100644 (file)
@@ -79,9 +79,9 @@ public class RefreshAllRecord
     /**
      * Constructs a RefreshAll record and sets its fields appropriately.
      *
-     * @param short id must be 0x187 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x187 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public RefreshAllRecord(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class RefreshAllRecord
     /**
      * Constructs a RefreshAll record and sets its fields appropriately.
      *
-     * @param short id must be 0x187 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x187 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record data
      */
 
index 36232656a15c16ec679b826e5dc8f3ee42c8041b..b21028222ca0042d8846a44997b1ad778d0981e9 100644 (file)
@@ -96,9 +96,9 @@ public class RowRecord
     /**
      * Constructs a Row record and sets its fields appropriately.
      *
-     * @param short id must be 0x208 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x208 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public RowRecord(short id, short size, byte [] data)
@@ -109,9 +109,9 @@ public class RowRecord
     /**
      * Constructs a Row record and sets its fields appropriately.
      *
-     * @param short id must be 0x208 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x208 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record data
      */
 
index 3597ad2a584f6d28eb60f1dd34534bca2063e09e..c445479db66ceb68ee6fe9ed2c20f790f4b806cd 100644 (file)
@@ -78,9 +78,9 @@ public class SaveRecalcRecord
     /**
      * Constructs an SaveRecalc record and sets its fields appropriately.
      *
-     * @param short id must be 0x5f or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x5f or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public SaveRecalcRecord(short id, short size, byte [] data)
@@ -91,9 +91,9 @@ public class SaveRecalcRecord
     /**
      * Constructs an SaveRecalc record and sets its fields appropriately.
      *
-     * @param short id must be 0x5f or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x5f or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the the data
      */
 
index 7d98f7f75e71d2fe2c555e975f573a8aabb9a400..85390dbe1bc24fb04e74aaf16242d1845be5687d 100644 (file)
@@ -88,9 +88,9 @@ public class SelectionRecord
     /**
      * Constructs a Selection record and sets its fields appropriately.
      *
-     * @param short id must be 0x1d or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1d or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public SelectionRecord(short id, short size, byte [] data)
@@ -101,9 +101,9 @@ public class SelectionRecord
     /**
      * Constructs a Selection record and sets its fields appropriately.
      *
-     * @param short id must be 0x1d or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x1d or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index e4721d2ec96d1bf702341f522ec75080898278af..99ff287572a0151eaaae3cbf009e8f2a1da783bb 100644 (file)
@@ -91,9 +91,9 @@ public class StyleRecord
     /**
      * Constructs a Style record and sets its fields appropriately.
      *
-     * @param short id must be 0x293 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x293 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public StyleRecord(short id, short size, byte [] data)
@@ -104,9 +104,9 @@ public class StyleRecord
     /**
      * Constructs a Style record and sets its fields appropriately.
      *
-     * @param short id must be 0x293 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x293 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset
      */
 
index ea6f5ebc3dcba256a524cafdc69704c84550e638..d686d8064b35cda030ff5541dd8c4ae3ad1cb6dd 100644 (file)
@@ -79,9 +79,9 @@ public class TabIdRecord
     /**
      * Constructs a TabID record and sets its fields appropriately.
      *
-     * @param short id must be 0x13d or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x13d or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public TabIdRecord(short id, short size, byte [] data)
@@ -92,9 +92,9 @@ public class TabIdRecord
     /**
      * Constructs a TabID record and sets its fields appropriately.
      *
-     * @param short id must be 0x13d or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x13d or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record
      */
 
index 83a95ef83f3f3fb242c4b49f4dd61a6608eaad6f..7030724d5924295711dd4715f9a1d34c02750466 100644 (file)
@@ -81,9 +81,9 @@ public class UseSelFSRecord
     /**
      * Constructs a UseSelFS record and sets its fields appropriately.
      *
-     * @param short id must be 0x160 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x160 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public UseSelFSRecord(short id, short size, byte [] data)
@@ -94,9 +94,9 @@ public class UseSelFSRecord
     /**
      * Constructs a UseSelFS record and sets its fields appropriately.
      *
-     * @param short id must be 0x160 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x160 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of record
      */
 
index 9c78250dced8ec257168085e3dc4cff39f83fd15..c8b54892017fbe19f3940ad58c7f328afe9854b7 100644 (file)
@@ -78,9 +78,9 @@ public class VCenterRecord
     /**
      * Constructs a VCENTER record and sets its fields appropriately.
      *
-     * @param short id must be 0x84 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x84 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public VCenterRecord(short id, short size, byte [] data)
@@ -91,9 +91,9 @@ public class VCenterRecord
     /**
      * Constructs a VCENTER record and sets its fields appropriately.
      *
-     * @param short id must be 0x84 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x84 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index e0456655373e46c8786e24c9018ac689e7fb24a8..4c0d8260654c53ddf001a03ed44810c2323d1795 100644 (file)
@@ -108,9 +108,9 @@ public class WSBoolRecord
     /**
      * Constructs a WSBool record and sets its fields appropriately.
      *
-     * @param short id must be 0x81 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x81 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public WSBoolRecord(short id, short size, byte [] data)
@@ -121,9 +121,9 @@ public class WSBoolRecord
     /**
      * Constructs a WSBool record and sets its fields appropriately.
      *
-     * @param short id must be 0x81 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x81 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public WSBoolRecord(short id, short size, byte [] data, int offset)
index 694189a097e584e78368f632cd8c6f0d4a1a930b..41c779ed1227aa9c2c7f5cfe437bc76034ddb00c 100644 (file)
@@ -104,9 +104,9 @@ public class WindowOneRecord
     /**
      * Constructs a WindowOne record and sets its fields appropriately.
      *
-     * @param short id must be 0x3d or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x3d or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public WindowOneRecord(short id, short size, byte [] data)
@@ -117,9 +117,9 @@ public class WindowOneRecord
     /**
      * Constructs a WindowOne record and sets its fields appropriately.
      *
-     * @param short id must be 0x3d or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x3d or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public WindowOneRecord(short id, short size, byte [] data, int offset)
index 63d868a6657ee3ea8b03e8393c5111d3752e83ce..1f4095dae55fd9313dc4e8414f9f94ee45cfb69a 100644 (file)
@@ -78,9 +78,9 @@ public class WindowProtectRecord
     /**
      * Constructs a WindowProtect record and sets its fields appropriately.
      *
-     * @param short id must be 0x19 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x19 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public WindowProtectRecord(short id, short size, byte [] data)
@@ -91,9 +91,9 @@ public class WindowProtectRecord
     /**
      * Constructs a WindowProtect record and sets its fields appropriately.
      *
-     * @param short id must be 0x19 or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x19 or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index b2ac56c4dad1f984ed3d5756d8c2896bc3a505e2..b3e8fc7d316958d302b4edca3e73501b118ae628 100644 (file)
@@ -107,9 +107,9 @@ public class WindowTwoRecord
     /**
      * Constructs a WindowTwo record and sets its fields appropriately.
      *
-     * @param short id must be 0x23e or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x23e or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public WindowTwoRecord(short id, short size, byte [] data)
@@ -120,9 +120,9 @@ public class WindowTwoRecord
     /**
      * Constructs a WindowTwo record and sets its fields appropriately.
      *
-     * @param short id must be 0x23e or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x23e or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record's data
      */
 
index 8c3967eefe16f2def98bf5dc3518313edc0a8d17..c35b94c851f59b745d011af9be1964214803aae6 100644 (file)
@@ -81,9 +81,9 @@ public class WriteAccessRecord
     /**
      * Constructs a WriteAccess record and sets its fields appropriately.
      *
-     * @param short id must be 0x5c or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x5c or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      */
 
     public WriteAccessRecord(short id, short size, byte [] data)
@@ -94,9 +94,9 @@ public class WriteAccessRecord
     /**
      * Constructs a WriteAccess record and sets its fields appropriately.
      *
-     * @param short id must be 0x5c or an exception will be throw upon validation
-     * @param short size the size of the data area of the record
-     * @param byte[] data of the record (should not contain sid/len)
+     * @param id     id must be 0x5c or an exception will be throw upon validation
+     * @param size  the size of the data area of the record
+     * @param data  data of the record (should not contain sid/len)
      * @param offset of the record data
      */