Class CsvRecord2ObjectRecordConfigurator
java.lang.Object
org.openprovenance.prov.template.library.ptm.client.configurator.CsvRecord2ObjectRecordConfigurator
- All Implemented Interfaces:
TableConfigurator<CsvRecord2ObjectRecordConfigurator.Record2Record>
public class CsvRecord2ObjectRecordConfigurator
extends Object
implements TableConfigurator<CsvRecord2ObjectRecordConfigurator.Record2Record>
The table configurator CsvRecord2ObjectRecordConfigurator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionptm_expanding(Ptm_expandingBuilder builder) Gets configurationptm_mexpanding(Ptm_mexpandingBuilder builder) Gets configuration
-
Constructor Details
-
CsvRecord2ObjectRecordConfigurator
public CsvRecord2ObjectRecordConfigurator()
-
-
Method Details
-
ptm_expanding
public final CsvRecord2ObjectRecordConfigurator.Record2Record ptm_expanding(Ptm_expandingBuilder builder) Gets configuration- Specified by:
ptm_expandingin interfaceTableConfigurator<CsvRecord2ObjectRecordConfigurator.Record2Record>- Parameters:
builder- builder for template ptm_expanding- Returns:
- java.lang.String[]
-
ptm_mexpanding
public final CsvRecord2ObjectRecordConfigurator.Record2Record ptm_mexpanding(Ptm_mexpandingBuilder builder) Gets configuration- Specified by:
ptm_mexpandingin interfaceTableConfigurator<CsvRecord2ObjectRecordConfigurator.Record2Record>- Parameters:
builder- builder for template ptm_mexpanding- Returns:
- java.lang.String[]
-