public class OperationValues extends Object
GenerateFieldsBrowser to POJO fields defined in this class.
The values fields are stored in OperationContext.| Constructor and Description |
|---|
OperationValues(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getCustomPropertyValue()
Fetches the the map of user input values for the field with ID: "customPropertiesField"
from
GenerateFieldsBrowser |
Long |
getReplacementValue()
Fetches the user input value for the field with ID: "replacementField" from
GenerateFieldsBrowser |
String |
getSelectedListValue()
Fetches the user Selected value for the field with ID: "listField" from
GenerateFieldsBrowser |
String |
getSimpleFieldValue()
Fetches the user input value for the field with ID: "simpleField" from
GenerateFieldsBrowser |
public OperationValues(OperationContext context)
public String getSimpleFieldValue()
GenerateFieldsBrowserpublic String getSelectedListValue()
GenerateFieldsBrowserpublic Long getReplacementValue()
GenerateFieldsBrowserpublic Map<String,String> getCustomPropertyValue()
GenerateFieldsBrowser