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