![JAR search and dependency download from the Maven repository](/logo.png)
fr.insee.eno.generation.DDI2PoguesXMLGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eno-core Show documentation
Show all versions of eno-core Show documentation
Eno is a tool that generates survey questionnaires starting from their formal description in DDI
package fr.insee.eno.generation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
public class DDI2PoguesXMLGenerator implements Generator {
private static final Logger logger = LoggerFactory.getLogger(DDI2PoguesXMLGenerator.class);
@Override
public ByteArrayOutputStream generate(InputStream inputStream, byte[] parameters, String surveyName) throws Exception {
logger.warn("Functionnality not yet implemented !");
return null;
}
public String in2out() {
return "xml-pogues2ddi";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy