public class ProcessRowResult
extends java.lang.Object
| Constructor and Description |
|---|
ProcessRowResult(java.lang.String content,
java.lang.String fieldName,
java.lang.String itemNameList,
java.lang.String startLoopDirective,
java.lang.String endLoopDirective) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
The content of the result of process row.
|
java.lang.String |
getEndLoopDirective()
Returns the end loop directive if process row has modified the content and null otherwise.
|
java.lang.String |
getFieldName()
Returns the field name which was used to transform the content if process row has modified the content and null
otherwise.
|
java.lang.String |
getItemNameList()
Returns the itame name list if process row has modified the content and null otherwise.
|
java.lang.String |
getStartLoopDirective()
Returns the start loop directive if process row has modified the content and null otherwise.
|
public ProcessRowResult(java.lang.String content,
java.lang.String fieldName,
java.lang.String itemNameList,
java.lang.String startLoopDirective,
java.lang.String endLoopDirective)
public java.lang.String getContent()
public java.lang.String getFieldName()
public java.lang.String getItemNameList()
public java.lang.String getStartLoopDirective()
public java.lang.String getEndLoopDirective()
Copyright © 2022. All Rights Reserved.