UNPKG

971 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class PancaSuda {
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 LEBU_KATIUB_ANGIN() { return _C_VAL[0]; }
11 static get WISESA_SEGARA() { return _C_VAL[1]; }
12 static get TUNGGAK_SEMI() { return _C_VAL[2]; }
13 static get SATRIA_WIBAWA() { return _C_VAL[3]; }
14 static get SUMUR_SINABA() { return _C_VAL[4]; }
15 static get SATRIA_WIRANG() { return _C_VAL[5]; }
16 static get BUMI_KAPETAK() { return _C_VAL[6]; }
17}
18exports.PancaSuda = PancaSuda;
19const _C_VAL = [
20 new PancaSuda(0, "Lebu Katiup Angin"),
21 new PancaSuda(1, "Wisesa Segara"),
22 new PancaSuda(2, "Tunggak Semi"),
23 new PancaSuda(3, "Satria Wibawa"),
24 new PancaSuda(4, "Sumur Sinaba"),
25 new PancaSuda(5, "Satria Wirang"),
26 new PancaSuda(6, "Bumi Kapetak"),
27];
28Object.freeze(_C_VAL);