All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.n2oapp.framework.config.metadata.pack.N2oFieldSetsIOPack Maven / Gradle / Ivy

There is a newer version: 7.28.2
Show newest version
package net.n2oapp.framework.config.metadata.pack;

import net.n2oapp.framework.api.pack.MetadataPack;
import net.n2oapp.framework.api.pack.XmlIOBuilder;
import net.n2oapp.framework.config.io.fieldset.v4.*;

/**
 * Набор считывателей филдсетов
 */
public class N2oFieldSetsIOPack implements MetadataPack> {
    @Override
    public void build(XmlIOBuilder b) {
        b.ios(new SetFieldsetElementIOv4(),
                new LineFieldsetElementIOv4(),
                new MultiFieldsetElementIOv4(),
                new ColElementIO4(),
                new RowElementIO4());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy