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

io.ultreia.java4all.jaxx.widgets.length.nautical.NauticalLengthFormatI18n Maven / Gradle / Ivy

There is a newer version: 3.1.5
Show newest version
package io.ultreia.java4all.jaxx.widgets.length.nautical;

import javax.annotation.Generated;
import java.util.Locale;

import static io.ultreia.java4all.i18n.I18n.l;
import static io.ultreia.java4all.i18n.I18n.t;


@Generated(value = "Generated by io.ultreia.java4all.i18n.spi.builder.TranslateEnumerationProcessor",date = "Thu Feb 22 14:04:33 CET 2024")
public class NauticalLengthFormatI18n {

    protected static String getLabelKey(NauticalLengthFormat e) {
        return "enum.io.ultreia.java4all.jaxx.widgets.length.nautical.NauticalLengthFormat." + e.name();
    }

    public static String getLabel(NauticalLengthFormat e) {
        return t(getLabelKey(e));
    }

    public static String getLabel(Locale locale, NauticalLengthFormat e) {
        return l(locale, getLabelKey(e));
    }

    protected static String getDescriptionKey(NauticalLengthFormat e) {
        return "enum.io.ultreia.java4all.jaxx.widgets.length.nautical.NauticalLengthFormat." + e.name() + ".description";
    }

    public static String getDescription(NauticalLengthFormat e) {
        return t(getDescriptionKey(e));
    }

    public static String getDescription(Locale locale, NauticalLengthFormat e) {
        return l(locale, getDescriptionKey(e));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy