public final class VariableGenerator extends Object
| Modifier and Type | Method and Description | 
|---|---|
static List<VariableInfo> | 
generate(DataReaderCommand readerCommand,
        List<VariableDefinition> variableDefinitions,
        VariableGeneratorOptions options)
Generates variables from a data source. 
 | 
public static List<VariableInfo> generate(DataReaderCommand readerCommand, List<VariableDefinition> variableDefinitions, VariableGeneratorOptions options)
readerCommand - Command to retrieve the data.variableDefinitions - Definitions for the variables to be created.options - Options affecting how variables are created.Copyright © 2021. All rights reserved.