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

io.github.jinghui70.rainbow.dbaccess.fieldmapper.BoolYN Maven / Gradle / Ivy

The newest version!
package io.github.jinghui70.rainbow.dbaccess.fieldmapper;

public class BoolYN extends BoolFieldMapper {

    @Override
    protected String getTrue() {
        return "Y";
    }

    @Override
    protected String getFalse() {
        return "N";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy