public interface SourceBuilder
Modifier and Type | Method and Description |
---|---|
void |
addCellValue(int row,
int col,
String value) |
void |
addTemplate(int row,
int col,
String content) |
void |
clearValues() |
ActionType.Code |
getActionTypeCode() |
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)
void clearValues()
boolean hasValues()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.