Class ListItemSourcePropsFieldValues
- java.lang.Object
-
- de.xima.fc.workflow.model.list_item_source.AListItemSourceProps
-
- de.xima.fc.workflow.model.list_item_source.ListItemSourcePropsFieldValues
-
- All Implemented Interfaces:
Serializable
public final class ListItemSourcePropsFieldValues extends AListItemSourceProps
Model class for the for-each loop, representing the settings whenFIELD_VALUESis selected.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListItemSourcePropsFieldValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormFieldName()Gets the name of the form field with values over which to iterate.voidsetFormFieldName(String formFieldName)Sets the name of the form field with values over which to iterate.
-
-
-
Method Detail
-
getFormFieldName
public String getFormFieldName()
Gets the name of the form field with values over which to iterate. Should be a valuable form field, or no iteration is possible.- Returns:
- Name of a form field.
-
setFormFieldName
public void setFormFieldName(String formFieldName)
Sets the name of the form field with values over which to iterate. Should be a valuable form field, or no iteration is possible.- Parameters:
formFieldName- Name of a form field.
-
-