Interface DefaultValueContext
- All Known Subinterfaces:
DefaultColumnContext
public interface DefaultValueContext
Context for step property when setting default value.
Extended by DefaultColumnContext.
- Since:
- 2.4.0
-
Method Summary
Modifier and TypeMethodDescription<T> Optional<T>
getStepPropertyValue
(String stepPropertyId) Convenience method to get step property value when the user option type isDefaultOption
type.getStepSettingFieldValueAsString
(String stepSettingFieldId) Returns the step setting field value as a string based on the step setting field ID specified.
-
Method Details
-
getStepPropertyValue
Convenience method to get step property value when the user option type isDefaultOption
type.- Type Parameters:
T
- The type of value the step property would return. e.gStringStepProperty
would returnString
value.- Parameters:
stepPropertyId
- the step property id- Returns:
- The step property value.
-
getStepSettingFieldValueAsString
Returns the step setting field value as a string based on the step setting field ID specified.- Parameters:
stepSettingFieldId
- ID of the step setting field to be returned- Returns:
- String value of the step setting field
-