Package ravendata

Class RavenDataRow

java.lang.Object
ravendata.RavenDataRow

public class RavenDataRow extends Object
  • Constructor Details Link icon

  • Method Details Link icon

    • getiRow Link icon

      protected int getiRow()
      Returns:
      the iRow
    • getData Link icon

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

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

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

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

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

      protected Integer getSelection()
      Returns:
      the selection
    • getView Link icon

      protected String getView()
      Returns:
      the view
    • getChannel Link icon

      protected Integer getChannel()
      Returns:
      the channel
    • getBeginT Link icon

      protected double getBeginT()
      Returns:
      the beginT
    • getEndT Link icon

      protected double getEndT()
      Returns:
      the endT
    • getF1 Link icon

      protected double getF1()
      Returns:
      the f1
    • getF2 Link icon

      protected double getF2()
      Returns:
      the f2
    • isUnpackOK Link icon

      public boolean isUnpackOK()
      Returns:
      the unpackOK
    • equals Link icon

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

      public HashMap<String,String> getExtraData()