Package adams.data.io.input.foss
Class FossHelper.FossFields
- java.lang.Object
-
- adams.data.io.input.foss.FossHelper.FossFields
-
- Enclosing class:
- FossHelper
public class FossHelper.FossFields extends Object
Stores non-spectral data for a row.- Author:
- dale
-
-
Constructor Summary
Constructors Constructor Description FossFields(int i)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRowNum()
Get actual (non-deleted)m row number.void
setNumDeleted(int d)
Sets the number of previously deleted.String
toString()
String representation of this.
-
-
-
Field Detail
-
id
public String id
ID field.
-
product_code
public int product_code
product code field.
-
id1
public String id1
other ID fields.
-
id2
public String id2
other ID fields.
-
id3
public String id3
other ID fields.
-
deleted
public boolean deleted
is this a deleted row?
-
count
public int count
row number in file.
-
-