Interface ProcessVariableValue.IValueStage
-
- All Known Implementing Classes:
ProcessVariableValue.Builder
- Enclosing class:
- ProcessVariableValue
public static interface ProcessVariableValue.IValueStageDefinition of a stage for staged builder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessVariableValue.IBuildStagevalue(String value)Builder method for value parameter.
-
-
-
Method Detail
-
value
ProcessVariableValue.IBuildStage value(String value)
Builder method for value parameter.- Parameters:
value- field to set- Returns:
- builder
-
-