ClazzProperty.prototype.updateType = function (type) {
        this.$data.setValue('type', type);
        this.updateTextOfView();
    };