public interface SourceBuilder
Modifier and Type | Method and Description |
---|---|
void |
addCellValue(int row,
int col,
String value) |
default void |
addCellValue(int row,
int col,
String value,
boolean trim) |
void |
addTemplate(int row,
int col,
String content) |
void |
clearValues() |
ActionType.Code |
getActionTypeCode() |
int |
getColumn() |
String |
getResult() |
boolean |
hasValues() |
ActionType.Code getActionTypeCode()
String getResult()
void addTemplate(int row, int col, String content)
void addCellValue(int row, int col, String value)
default void addCellValue(int row, int col, String value, boolean trim)
void clearValues()
boolean hasValues()
int getColumn()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.