UNPKG

1.41 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class PratithiSamutPada {
4 constructor(id, name) {
5 this.id = id;
6 this.name = name;
7 Object.freeze(this);
8 }
9 static get values() { return _C_VAL; }
10 static get TRESNA() { return _C_VAL[0]; }
11 static get UPADANA() { return _C_VAL[1]; }
12 static get BHAWA() { return _C_VAL[2]; }
13 static get JATI() { return _C_VAL[3]; }
14 static get JARAMARANA() { return _C_VAL[4]; }
15 static get AWIDYA() { return _C_VAL[5]; }
16 static get SASKARA() { return _C_VAL[6]; }
17 static get WIDNYANA() { return _C_VAL[7]; }
18 static get NAMARUPA() { return _C_VAL[8]; }
19 static get SADAYATANA() { return _C_VAL[9]; }
20 static get SEPARSA() { return _C_VAL[10]; }
21 static get WEDANA() { return _C_VAL[11]; }
22}
23exports.PratithiSamutPada = PratithiSamutPada;
24const _C_VAL = [
25 new PratithiSamutPada(0, "Tresna"),
26 new PratithiSamutPada(1, "Upadana"),
27 new PratithiSamutPada(2, "Bhawa"),
28 new PratithiSamutPada(3, "Jati"),
29 new PratithiSamutPada(4, "Jaramarana"),
30 new PratithiSamutPada(5, "Awidya"),
31 new PratithiSamutPada(6, "Saskara"),
32 new PratithiSamutPada(7, "Widnyana"),
33 new PratithiSamutPada(8, "Namarupa"),
34 new PratithiSamutPada(9, "Sadayatana"),
35 new PratithiSamutPada(10, "Separsa"),
36 new PratithiSamutPada(11, "Wedana"),
37];
38Object.freeze(_C_VAL);