net.codecrete.qrbill.generator.Language Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qrbill-generator Show documentation
Show all versions of qrbill-generator Show documentation
Java library for generating Swiss QR bills
//
// Swiss QR Bill Generator
// Copyright (c) 2018 Manuel Bleichenbacher
// Licensed under MIT License
// https://opensource.org/licenses/MIT
//
package net.codecrete.qrbill.generator;
/**
* QR bill language
*/
public enum Language {
/**
* German
*/
DE,
/**
* French
*/
FR,
/**
* Italian
*/
IT,
/**
* English
*/
EN
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy