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