@Retention(value=RUNTIME) @Repeatable(value=PreprocessingStepParameters.class) public @interface PreprocessingStepParameter
| Modifier and Type | Required Element and Description |
|---|---|
PreprocessingStepParameter.DATA_TYPE |
dataType |
String |
description |
String |
name |
boolean |
required |
public abstract String name
public abstract String description
public abstract PreprocessingStepParameter.DATA_TYPE dataType
Copyright © 2018–2019 viadee Unternehmensberatung AG. All rights reserved.