Revision 42971 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/FeatureQuery.java

View differences:

FeatureQuery.java
176 176
	 *            the filter to apply to the {@link Feature}s to load
177 177
	 */
178 178
	void setFilter(Evaluator filter);
179
        
180
        void setFilter(String filter);
179 181
	
180 182
	/**
181 183
	 * Adds a filter to apply to the {@link Feature}s to load. A query
......
188 190
	 */
189 191
	void addFilter(Evaluator filter);
190 192

  
193
        void addFilter(String filter);
194
        
191 195
	/**
192 196
	 * Returns if a filter has been defined for the query.
193 197
	 * 

Also available in: Unified diff