public class DefaultRowBuilder extends Object implements RowBuilder
| Modifier and Type | Method and Description |
|---|---|
static RowBuilder |
aRow() |
Row |
build() |
RowBuilder |
withBlank(ColumnIndex index) |
RowBuilder |
withDate(ColumnIndex index,
Date date) |
RowBuilder |
withDouble(ColumnIndex index,
Double value) |
RowBuilder |
withFormula(ColumnIndex index,
String formula) |
RowBuilder |
withInteger(ColumnIndex index,
Integer value) |
RowBuilder |
withString(ColumnIndex index,
String text) |
public static RowBuilder aRow()
public RowBuilder withBlank(ColumnIndex index)
withBlank in interface RowBuilderpublic RowBuilder withString(ColumnIndex index, String text)
withString in interface RowBuilderpublic RowBuilder withDouble(ColumnIndex index, Double value)
withDouble in interface RowBuilderpublic RowBuilder withInteger(ColumnIndex index, Integer value)
withInteger in interface RowBuilderpublic RowBuilder withDate(ColumnIndex index, Date date)
withDate in interface RowBuilderpublic RowBuilder withFormula(ColumnIndex index, String formula)
withFormula in interface RowBuilderpublic Row build()
build in interface RowBuilderCopyright © 2018. All Rights Reserved.