UNPKG

823 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class SadWara {
4 constructor(id, urip, name) {
5 this.id = id;
6 this.urip = urip;
7 this.name = name;
8 Object.freeze(this);
9 }
10 static get values() { return _C_VAL; }
11 static get TUNGLEH() { return _C_VAL[0]; }
12 static get ARYANG() { return _C_VAL[1]; }
13 static get URUKUNG() { return _C_VAL[2]; }
14 static get PANIRON() { return _C_VAL[3]; }
15 static get WAS() { return _C_VAL[4]; }
16 static get MAULU() { return _C_VAL[5]; }
17}
18exports.SadWara = SadWara;
19const _C_VAL = [
20 new SadWara(0, 7, "Tungleh"),
21 new SadWara(1, 6, "Aryang"),
22 new SadWara(2, 5, "Urukung"),
23 new SadWara(3, 8, "Paniron"),
24 new SadWara(4, 9, "Was"),
25 new SadWara(5, 3, "Maulu"),
26];
27Object.freeze(_C_VAL);