自动更新xcore / ecore属性

时间:2017-03-24 14:48:30

标签: eclipse attributes emf ecore xcore

在Eclipse插件中,我在.xcore文件中定义了一个自定义模型,它包含此EClass定义:

class Person {
    String name
    String surname

    Date dateUpdated
}

我的问题是:如果我手动编辑此类实例的任何属性(在Eclipse属性视图中),是否有办法自动更新dateUpdated属性?

我知道这可以使用EContentAdapter来完成,但是有更简单的方法在Xcore文件中或通过其他机制来定义它吗?

0 个答案:

没有答案