Revision 43400 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.file/org.gvsig.fmap.dal.file.csv/src/main/java/org/gvsig/fmap/dal/store/csv/CSVStoreParameters.java

View differences:

CSVStoreParameters.java
92 92
        this.setDynValue(DataStoreProviderServices.PROVIDER_PARAMTER_NAME, name);
93 93
    }
94 94

  
95
    public String getDataStoreName() {
96
        return (String) this.getDynValue(DataStoreProviderServices.PROVIDER_PARAMTER_NAME);
97
    }
98

  
99
    public String getDescription() {
100
        return this.getDynClass().getDescription();
101
    }
102

  
103 95
    protected DelegatedDynObject getDelegatedDynObject() {
104 96
        return parameters;
105 97
    }

Also available in: Unified diff