Revision 47558 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/EditableFeature.java

View differences:

EditableFeature.java
315 315
        
316 316
	public void copyFrom(JsonObject source);	
317 317
        
318
        /**
319
         * Copy the "JSon" values to the feature by name.
320
         * If filter return true, value for the attribute are copied.
321
         * @param values
322
         * @param filter 
323
         */
318 324
        public void copyFrom(JsonObject values, Predicate<FeatureAttributeDescriptor> filter);
319 325
        
320 326
	/**

Also available in: Unified diff