Interface DefaultColumnContext
- All Superinterfaces:
DefaultValueContext
Context for step property when setting default value.
Extension of DefaultValueContext.
- Since:
- 2.4.0
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnByIndex
(int index) Returns the column based on the column index.getColumnsByTag
(String tag) Returns the columns based on the column tag.Methods inherited from interface com.experian.datastudio.sdk.api.step.configuration.DefaultValueContext
getStepPropertyValue, getStepSettingFieldValueAsString
-
Method Details
-
getColumnsByTag
Returns the columns based on the column tag.- Parameters:
tag
- the column tag- Returns:
- list of columns
-
getColumnByIndex
Returns the column based on the column index.- Parameters:
index
- the column index- Returns:
- selected column
-