Package gorsat.parser

Class HeaderCVP

  • All Implemented Interfaces:
    org.gorpipe.gor.model.ColumnValueProvider

    public class HeaderCVP
    extends java.lang.Object
    implements org.gorpipe.gor.model.ColumnValueProvider
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int COLNAME  
      static int COLNUM  
    • Constructor Summary

      Constructors 
      Constructor Description
      HeaderCVP​(java.lang.String header)  
    • Constructor Detail

      • HeaderCVP

        public HeaderCVP​(java.lang.String header)
    • Method Detail

      • setCurrentColumn

        public void setCurrentColumn​(int col)
      • stringValue

        public java.lang.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