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

sk.seges.sesam.pap.service.printer.api.ServiceConverterElementPrinter Maven / Gradle / Ivy

The newest version!
package sk.seges.sesam.pap.service.printer.api;

import sk.seges.sesam.core.pap.model.mutable.api.MutableDeclaredType;
import sk.seges.sesam.pap.service.model.ServiceTypeElement;
import sk.seges.sesam.pap.service.printer.model.ServiceConverterPrinterContext;

public interface ServiceConverterElementPrinter {

	void initialize(ServiceTypeElement serviceTypeElement, MutableDeclaredType outputName);
	
	void print(ServiceConverterPrinterContext context);
	
	void finish(ServiceTypeElement serviceTypeElement);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy