Package gorsat.parser
Class HeaderCVP
- java.lang.Object
-
- gorsat.parser.HeaderCVP
-
- All Implemented Interfaces:
org.gorpipe.gor.model.ColumnValueProvider
public class HeaderCVP extends java.lang.Object implements org.gorpipe.gor.model.ColumnValueProvider
-
-
Constructor Summary
Constructors Constructor Description HeaderCVP(java.lang.String header)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledoubleValue(int col)intintValue(int col)longlongValue(int col)voidsetCurrentColumn(int col)java.lang.StringstringValue(int col)
-
-
-
Field Detail
-
COLNAME
public static final int COLNAME
- See Also:
- Constant Field Values
-
COLNUM
public static final int COLNUM
- See Also:
- Constant Field Values
-
-
Method Detail
-
setCurrentColumn
public void setCurrentColumn(int col)
-
stringValue
public java.lang.String stringValue(int col)
- Specified by:
stringValuein interfaceorg.gorpipe.gor.model.ColumnValueProvider
-
intValue
public int intValue(int col)
- Specified by:
intValuein interfaceorg.gorpipe.gor.model.ColumnValueProvider
-
longValue
public long longValue(int col)
- Specified by:
longValuein interfaceorg.gorpipe.gor.model.ColumnValueProvider
-
doubleValue
public double doubleValue(int col)
- Specified by:
doubleValuein interfaceorg.gorpipe.gor.model.ColumnValueProvider
-
-