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