Revision 44411 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.exportto/org.gvsig.exportto.lib/org.gvsig.exportto.lib.api/src/main/java/org/gvsig/export/spi/AttributeNamesTranslator.java

View differences:

AttributeNamesTranslator.java
1 1
package org.gvsig.export.spi;
2 2

  
3 3
import org.gvsig.export.ExportAttributes;
4
import org.gvsig.tools.persistence.Persistent;
4 5

  
5 6
/**
6 7
 * This class provide the methods to translate the name of the fields
......
8 9
 * This class should be state-less.
9 10
 * @author osc
10 11
 */
11
public interface AttributeNamesTranslator extends Cloneable {
12
public interface AttributeNamesTranslator extends Cloneable, Persistent {
12 13

  
13 14
    boolean isValidName(ExportAttributes attributes, int index, String newName);
14 15

  

Also available in: Unified diff