Statistics
| Revision:

root / branches / Mobile_Compatible_Hito_1 / libFMap / src-data / org / gvsig / data / IDataExplorerParameters.java @ 21606

History | View | Annotate | Download (110 Bytes)

1
package org.gvsig.data;
2

    
3
public interface IDataExplorerParameters {
4

    
5
        public String getDataExplorerName();
6

    
7
}