this.StateCode = (function() {
        const ctor = function(value) {
            this.value = value;
            this.type = "int";
        };