|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.document.preprocessor.sax.ProcessRowResult
public class ProcessRowResult
Result of the process row which store information about loop directive of the template engine.
| Constructor Summary | |
|---|---|
ProcessRowResult(String content,
String fieldName,
String itemNameList,
String startLoopDirective,
String endLoopDirective)
|
|
| Method Summary | |
|---|---|
String |
getContent()
The content of the result of process row. |
String |
getEndLoopDirective()
Returns the end loop directive if process row has modified the content and null otherwise. |
String |
getFieldName()
Returns the field name which was used to transform the content if process row has modified the content and null otherwise. |
String |
getItemNameList()
Returns the itame name list if process row has modified the content and null otherwise. |
String |
getStartLoopDirective()
Returns the start loop directive if process row has modified the content and null otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessRowResult(String content,
String fieldName,
String itemNameList,
String startLoopDirective,
String endLoopDirective)
| Method Detail |
|---|
public String getContent()
public String getFieldName()
public String getItemNameList()
public String getStartLoopDirective()
public String getEndLoopDirective()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||