Package gorsat.parser

Class HeaderCVP

java.lang.Object
gorsat.parser.HeaderCVP
All Implemented Interfaces:
org.gorpipe.gor.model.ColumnValueProvider

public class HeaderCVP extends Object implements org.gorpipe.gor.model.ColumnValueProvider
  • Field Details

  • Constructor Details

    • HeaderCVP

      public HeaderCVP(String header)
  • Method Details

    • setCurrentColumn

      public void setCurrentColumn(int col)
    • stringValue

      public String stringValue(int col)
      Specified by:
      stringValue in interface org.gorpipe.gor.model.ColumnValueProvider
    • intValue

      public int intValue(int col)
      Specified by:
      intValue in interface org.gorpipe.gor.model.ColumnValueProvider
    • longValue

      public long longValue(int col)
      Specified by:
      longValue in interface org.gorpipe.gor.model.ColumnValueProvider
    • doubleValue

      public double doubleValue(int col)
      Specified by:
      doubleValue in interface org.gorpipe.gor.model.ColumnValueProvider