ENMSprachenfolge.js 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.cast_de_nrw_schule_svws_core_data_enm_ENMSprachenfolge = exports.ENMSprachenfolge = void 0;
  4. const JavaObject_1 = require("../../../java/lang/JavaObject");
  5. class ENMSprachenfolge extends JavaObject_1.JavaObject {
  6. sprache = null;
  7. fachID = 0;
  8. fachKuerzel = null;
  9. reihenfolge = 0;
  10. belegungVonJahrgang = 0;
  11. belegungVonAbschnitt = 0;
  12. belegungBisJahrgang = null;
  13. belegungBisAbschnitt = null;
  14. referenzniveau = null;
  15. belegungSekI = null;
  16. constructor() {
  17. super();
  18. }
  19. isTranspiledInstanceOf(name) {
  20. return ['de.nrw.schule.svws.core.data.enm.ENMSprachenfolge'].includes(name);
  21. }
  22. static transpilerFromJSON(json) {
  23. const obj = JSON.parse(json);
  24. const result = new ENMSprachenfolge();
  25. result.sprache = typeof obj.sprache === "undefined" ? null : obj.sprache;
  26. if (typeof obj.fachID === "undefined")
  27. throw new Error('invalid json format, missing attribute fachID');
  28. result.fachID = obj.fachID;
  29. result.fachKuerzel = typeof obj.fachKuerzel === "undefined" ? null : obj.fachKuerzel;
  30. if (typeof obj.reihenfolge === "undefined")
  31. throw new Error('invalid json format, missing attribute reihenfolge');
  32. result.reihenfolge = obj.reihenfolge;
  33. if (typeof obj.belegungVonJahrgang === "undefined")
  34. throw new Error('invalid json format, missing attribute belegungVonJahrgang');
  35. result.belegungVonJahrgang = obj.belegungVonJahrgang;
  36. if (typeof obj.belegungVonAbschnitt === "undefined")
  37. throw new Error('invalid json format, missing attribute belegungVonAbschnitt');
  38. result.belegungVonAbschnitt = obj.belegungVonAbschnitt;
  39. result.belegungBisJahrgang = typeof obj.belegungBisJahrgang === "undefined" ? null : obj.belegungBisJahrgang;
  40. result.belegungBisAbschnitt = typeof obj.belegungBisAbschnitt === "undefined" ? null : obj.belegungBisAbschnitt;
  41. result.referenzniveau = typeof obj.referenzniveau === "undefined" ? null : obj.referenzniveau;
  42. result.belegungSekI = typeof obj.belegungSekI === "undefined" ? null : obj.belegungSekI;
  43. return result;
  44. }
  45. static transpilerToJSON(obj) {
  46. let result = '{';
  47. result += '"sprache" : ' + ((!obj.sprache) ? 'null' : '"' + obj.sprache.valueOf() + '"') + ',';
  48. result += '"fachID" : ' + obj.fachID + ',';
  49. result += '"fachKuerzel" : ' + ((!obj.fachKuerzel) ? 'null' : '"' + obj.fachKuerzel.valueOf() + '"') + ',';
  50. result += '"reihenfolge" : ' + obj.reihenfolge + ',';
  51. result += '"belegungVonJahrgang" : ' + obj.belegungVonJahrgang + ',';
  52. result += '"belegungVonAbschnitt" : ' + obj.belegungVonAbschnitt + ',';
  53. result += '"belegungBisJahrgang" : ' + ((!obj.belegungBisJahrgang) ? 'null' : obj.belegungBisJahrgang.valueOf()) + ',';
  54. result += '"belegungBisAbschnitt" : ' + ((!obj.belegungBisAbschnitt) ? 'null' : obj.belegungBisAbschnitt.valueOf()) + ',';
  55. result += '"referenzniveau" : ' + ((!obj.referenzniveau) ? 'null' : '"' + obj.referenzniveau.valueOf() + '"') + ',';
  56. result += '"belegungSekI" : ' + ((!obj.belegungSekI) ? 'null' : obj.belegungSekI.valueOf()) + ',';
  57. result = result.slice(0, -1);
  58. result += '}';
  59. return result;
  60. }
  61. static transpilerToJSONPatch(obj) {
  62. let result = '{';
  63. if (typeof obj.sprache !== "undefined") {
  64. result += '"sprache" : ' + ((!obj.sprache) ? 'null' : '"' + obj.sprache.valueOf() + '"') + ',';
  65. }
  66. if (typeof obj.fachID !== "undefined") {
  67. result += '"fachID" : ' + obj.fachID + ',';
  68. }
  69. if (typeof obj.fachKuerzel !== "undefined") {
  70. result += '"fachKuerzel" : ' + ((!obj.fachKuerzel) ? 'null' : '"' + obj.fachKuerzel.valueOf() + '"') + ',';
  71. }
  72. if (typeof obj.reihenfolge !== "undefined") {
  73. result += '"reihenfolge" : ' + obj.reihenfolge + ',';
  74. }
  75. if (typeof obj.belegungVonJahrgang !== "undefined") {
  76. result += '"belegungVonJahrgang" : ' + obj.belegungVonJahrgang + ',';
  77. }
  78. if (typeof obj.belegungVonAbschnitt !== "undefined") {
  79. result += '"belegungVonAbschnitt" : ' + obj.belegungVonAbschnitt + ',';
  80. }
  81. if (typeof obj.belegungBisJahrgang !== "undefined") {
  82. result += '"belegungBisJahrgang" : ' + ((!obj.belegungBisJahrgang) ? 'null' : obj.belegungBisJahrgang.valueOf()) + ',';
  83. }
  84. if (typeof obj.belegungBisAbschnitt !== "undefined") {
  85. result += '"belegungBisAbschnitt" : ' + ((!obj.belegungBisAbschnitt) ? 'null' : obj.belegungBisAbschnitt.valueOf()) + ',';
  86. }
  87. if (typeof obj.referenzniveau !== "undefined") {
  88. result += '"referenzniveau" : ' + ((!obj.referenzniveau) ? 'null' : '"' + obj.referenzniveau.valueOf() + '"') + ',';
  89. }
  90. if (typeof obj.belegungSekI !== "undefined") {
  91. result += '"belegungSekI" : ' + ((!obj.belegungSekI) ? 'null' : obj.belegungSekI.valueOf()) + ',';
  92. }
  93. result = result.slice(0, -1);
  94. result += '}';
  95. return result;
  96. }
  97. }
  98. exports.ENMSprachenfolge = ENMSprachenfolge;
  99. function cast_de_nrw_schule_svws_core_data_enm_ENMSprachenfolge(obj) {
  100. return obj;
  101. }
  102. exports.cast_de_nrw_schule_svws_core_data_enm_ENMSprachenfolge = cast_de_nrw_schule_svws_core_data_enm_ENMSprachenfolge;
  103. //# sourceMappingURL=ENMSprachenfolge.js.map