Statistics
| Revision:

svn-gvsig-desktop / 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 / OpenDataStoreParameters.java @ 41491

History | View | Annotate | Download (323 Bytes)

1
/*
2
 * To change this license header, choose License Headers in Project Properties.
3
 * To change this template file, choose Tools | Templates
4
 * and open the template in the editor.
5
 */
6

    
7
package org.gvsig.fmap.dal;
8

    
9
/**
10
 *
11
 * @author usuario
12
 */
13
public interface OpenDataStoreParameters extends DataStoreParameters {
14
    
15
}