Revision 25481 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/FeatureStore.java

View differences:

FeatureStore.java
216 216
	 */
217 217

  
218 218
	/**
219
	 * Enters edition state.
219
	 * Enters editing state.
220 220
	 */
221 221
	public void edit() throws DataException;
222 222

  
223 223
	/**
224
	 * Enters edition state specifying the edition mode.
224
	 * Enters editing state specifying the editing mode.
225 225
	 *
226 226
	 * @param mode
227 227
	 *
......
230 230
	public void edit(int mode) throws DataException;
231 231

  
232 232
	/**
233
	 * Cancels all edition since the last edit().
233
	 * Cancels all editing since the last edit().
234 234
	 *
235 235
	 * @throws DataException
236 236
	 */
237 237
	public void cancelEditing() throws DataException;
238 238

  
239 239
	/**
240
	 * Exits edition state.
240
	 * Exits editing state.
241 241
	 *
242 242
	 * @throws DataException
243 243
	 */
244 244
	public void finishEditing() throws DataException;
245 245

  
246 246
	/**
247
	 * Indicates whether this store is in edition state.
247
	 * Indicates whether this store is in editing state.
248 248
	 *
249 249
	 * @return
250
	 * 		true if this store is in edition state, false if not.
250
	 * 		true if this store is in editing state, false if not.
251 251
	 */
252 252
	public boolean isEditing();
253 253

  
......
384 384
	public boolean isAppendModeSupported();
385 385

  
386 386
	/**
387
	 * Initiates an edition group. This is typically used to group 
388
	 * series of store edition operations.
387
	 * Initiates an editing group. This is typically used to group 
388
	 * series of store editing operations.
389 389
	 *
390 390
	 * @param description
391
	 *            Description of the edition group.
391
	 *            Description of the editing group.
392 392
	 *
393 393
	 * @throws NeedEditingModeException
394 394
	 */
......
396 396
			throws NeedEditingModeException;
397 397

  
398 398
	/**
399
	 * Finishes an edition group.
399
	 * Finishes an editing group.
400 400
	 *
401 401
	 * @throws NeedEditingModeException
402 402
	 */

Also available in: Unified diff