public class ProcessRowResult extends Object
| Constructor and Description |
|---|
ProcessRowResult(String content,
String fieldName,
String itemNameList,
String startLoopDirective,
String endLoopDirective) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getContent()
public String getFieldName()
public String getItemNameList()
public String getStartLoopDirective()
public String getEndLoopDirective()
Copyright © 2017. All Rights Reserved.