package forscher.nocket.page.gen.tabs; // CHECKSTYLE_OFF public final class Kunde_StammConstants { private Kunde_StammConstants() {} /** SimplePropertyElement: Nachname */ public static final String Nachname = "Nachname"; /** SimplePropertyElement: Vorname */ public static final String Vorname = "Vorname"; public final class Properties { private Properties() {} /** Nachname */ public static final String Nachname = "Nachname"; /** Vorname */ public static final String Vorname = "Vorname"; } }