UNPKG

629 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class WatekAlit {
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 LINTAH() { return _C_VAL[0]; }
11 static get ULER() { return _C_VAL[1]; }
12 static get GAJAH() { return _C_VAL[2]; }
13 static get LEMBU() { return _C_VAL[3]; }
14}
15exports.WatekAlit = WatekAlit;
16const _C_VAL = [
17 new WatekAlit(0, "Lintah"),
18 new WatekAlit(1, "Uler"),
19 new WatekAlit(2, "Gajah"),
20 new WatekAlit(3, "Lembu"),
21];
22Object.freeze(_C_VAL);