/* table description */ public static String getTableDescription(Locale loc) { I18N i18n = I18N.getI18N(StatusCode.class, loc); return i18n.getString( "StatusCode.description", "This table defines " + "Device specific StatusCode descriptions."); }
/* table description */ public static String getTableDescription(Locale loc) { I18N i18n = I18N.getI18N(GroupList.class, loc); return i18n.getString( "GroupList.description", "This table defines " + "the authorized Groups that can be accessed by a given User."); }
/* table description */ public static String getTableDescription(Locale loc) { I18N i18n = I18N.getI18N(RoleAcl.class, loc); return i18n.getString( "RoleAcl.description", "This table defines " + "Role specific Access Control permissions."); }