/** Prepares the fields about the factor types */ @Override public SectionInstance createSectionInstance() { SectionInstance sectionInstance = new SectionInstance(getSection()); return termXUtil.setFields(sectionInstance); }
/** Exports it as a free-text term */ @Override public Record export(Design source, Record record) { return termXUtil.export(source, record); }