Revision 10036

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/edition/IWriter.java
17 17
	void process(IRowEdited row) throws EditionException;
18 18

  
19 19
	void postProcess() throws EditionException;
20

  
20
	
21
	/**
22
	 * A developer can use this Properties for his own purposes. For example, to
23
	 * let his extension know something about one writer. 
24
	 * <br>
25
	 * We can found for example:
26
	 * <br>
27
	 * <b>FieldNameMaxLength<b>: Maximum length of field name (Null or 0 --> unlimited).
28
	 * 
29
	 * @param capability
30
	 * @return A message describing the capability. Null if not supported.
31
	 */
21 32
	public String getCapability(String capability);
33
	
22 34
	/**
23 35
	 * @param capabilities The capabilities to set.
24 36
	 */

Also available in: Unified diff