Package gg.xp.xivdata.data
Class CsvRowHelper
java.lang.Object
gg.xp.xivdata.data.CsvRowHelper
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolOrDefault(int col, boolean dflt) intgetIntId()intgetIntOrDefault(int col, int dflt) getLine()longlonggetLongOrDefault(int col, long dflt) @Nullable BooleangetOptionalBool(int col) @Nullable IntegergetOptionalInt(int col) @Nullable LonggetOptionalLong(int col) getRaw(int col) booleangetRequiredBool(int col) intgetRequiredInt(int col) longgetRequiredLong(int col) @Nullable StringgetStringOrNull(int col) booleanstatic CsvRowHelper
-
Method Details
-
ofRow
-
getRaw
-
getStringOrNull
-
getRequiredBool
public boolean getRequiredBool(int col) -
getBoolOrDefault
public boolean getBoolOrDefault(int col, boolean dflt) -
getOptionalBool
-
getRequiredInt
public int getRequiredInt(int col) -
getIntOrDefault
public int getIntOrDefault(int col, int dflt) -
getOptionalInt
-
getRequiredLong
public long getRequiredLong(int col) -
getLongOrDefault
public long getLongOrDefault(int col, long dflt) -
getOptionalLong
-
getLongId
public long getLongId() -
getIntId
public int getIntId() -
hasValidId
public boolean hasValidId() -
getLine
-