package forscher.nocket.page.gen.modalByGuiService; // CHECKSTYLE_OFF public final class BookLendingConstants { private BookLendingConstants() {} /** MultivaluePropertyElement: Book Row */ public static final String BookRow = "BookRow"; /** MultivalueColumnElement: Name */ public static final String BookRow_columns_Name = "name"; /** MultivalueColumnElement: Payed */ public static final String BookRow_columns_Payed = "payed"; /** ButtonElement: Leihen */ public static final String leihen = "leihen"; public final class Properties { private Properties() {} /** Book Row */ public static final String BookRow = "BookRow"; /** Name */ public static final String Name = "Name"; /** Payed */ public static final String Payed = "Payed"; /** Leihen */ public static final String leihen = "leihen"; } }