Revision 36009 branches/v2_0_0_prep/libraries/libFMap_daldb/src/org/gvsig/fmap/dal/store/mysql/MySQLNewStoreParameters.java

View differences:

MySQLNewStoreParameters.java
27 27

  
28 28
package org.gvsig.fmap.dal.store.mysql;
29 29

  
30
import org.gvsig.fmap.dal.feature.EditableFeatureType;
30 31
import org.gvsig.fmap.dal.feature.FeatureType;
31 32
import org.gvsig.fmap.dal.feature.NewFeatureStoreParameters;
32 33

  
......
40 41
    	super(PARAMETERS_DEFINITION_NAME);
41 42
    }
42 43
    
43
	public FeatureType getDefaultFeatureType() {
44
		return (FeatureType) this.getDynValue(FEATURETYPE_PARAMTER_NAME);
44
	public EditableFeatureType getDefaultFeatureType() {
45
		return (EditableFeatureType) this.getDynValue(FEATURETYPE_PARAMTER_NAME);
45 46
	}
46 47

  
47 48
	public void setDefaultFeatureType(FeatureType featureType) {

Also available in: Unified diff