package forscher.nocket.page.gen.tabs; // CHECKSTYLE_OFF public final class KundeConstants { private KundeConstants() {} /** CheckboxPropertyElement: Allow Tab Change */ public static final String AllowTabChange = "AllowTabChange"; /** SimplePropertyElement: Applikations Name */ public static final String ApplikationsName = "ApplikationsName"; /** ButtonElement: Bestellung */ public static final String bestellung = "bestellung"; public final class Properties { private Properties() {} /** Allow Tab Change */ public static final String AllowTabChange = "AllowTabChange"; /** Applikations Name */ public static final String ApplikationsName = "ApplikationsName"; /** Bestellung */ public static final String bestellung = "bestellung"; } }