Package ravendata

Class RavenDataRow

java.lang.Object
ravendata.RavenDataRow

public class RavenDataRow extends Object
  • Constructor Details

  • Method Details

    • getiRow

      protected int getiRow()
      Returns:
      the iRow
    • getData

      protected String[] getData()
      Returns:
      the data
    • getString

      public String getString(int iCol)
      Get a String value from the given column.
      Parameters:
      iCol -
      Returns:
    • getInteger

      public Integer getInteger(int iCol)
      Read an Integer value from the given column.
      Parameters:
      iCol -
      Returns:
    • getDouble

      public Double getDouble(int iCol)
      Read a double value from the given column.
      Parameters:
      iCol -
      Returns:
    • getExtraData

      public String getExtraData(String name)
      Get data from the extras map.
      Parameters:
      name - column name.
      Returns:
    • getSelection

      protected Integer getSelection()
      Returns:
      the selection
    • getView

      protected String getView()
      Returns:
      the view
    • getChannel

      protected Integer getChannel()
      Returns:
      the channel
    • getBeginT

      protected double getBeginT()
      Returns:
      the beginT
    • getEndT

      protected double getEndT()
      Returns:
      the endT
    • getF1

      protected double getF1()
      Returns:
      the f1
    • getF2

      protected double getF2()
      Returns:
      the f2
    • isUnpackOK

      public boolean isUnpackOK()
      Returns:
      the unpackOK
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getExtraData

      public HashMap<String,String> getExtraData()