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

com.fincatto.documentofiscal.nfe400.transformers.NFNotaMotivoReducaoADREMTransformer Maven / Gradle / Ivy

There is a newer version: 4.0.78
Show newest version
package com.fincatto.documentofiscal.nfe400.transformers;

import com.fincatto.documentofiscal.nfe400.classes.NFNotaMotivoReducaoADREM;
import org.simpleframework.xml.transform.Transform;

public class NFNotaMotivoReducaoADREMTransformer implements Transform {

    @Override
    public NFNotaMotivoReducaoADREM read(final String codigo) {
        return NFNotaMotivoReducaoADREM.valueOfCodigo(codigo);
    }

    @Override
    public String write(final NFNotaMotivoReducaoADREM motivoReducaoADREM) {
        return motivoReducaoADREM.getCodigo();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy