Revision 44640

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/DefaultFeatureAttributeDescriptor.java
423 423
        if (this.readOnly) {
424 424
            return true;
425 425
        }
426
        if (this.getEvaluator() != null) {
427
            return true;
428
        }
429
        if (this.featureAttributeEmulator != null) {
430
            return !this.featureAttributeEmulator.allowSetting();
431
        }
432
        return false;
426
        return this.isComputed();
433 427
    }
434 428

  
435 429
    @Override

Also available in: Unified diff