Revision 36106

View differences:

branches/dal_time_support/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/NewFeatureStoreParameters.java
6 6

  
7 7
	public void setDefaultFeatureType(FeatureType defaultFeatureType);
8 8

  
9
	public FeatureType getDefaultFeatureType();
9
	public EditableFeatureType getDefaultFeatureType();
10 10
}
branches/dal_time_support/libraries/libFMap_dal/resources/api/org/gvsig/fmap/dal/spi/ProviderParametersDefinition.xml
17 17
      </extends>
18 18
      <description>Parameters used for create a new store in the server</description>
19 19
      <fields>
20
        <field name="FeatureType" type="object" mandatory="true" classOfValue="org.gvsig.fmap.dal.feature.FeatureType">
20
        <field name="FeatureType" type="object" mandatory="true" hidden="true" classOfValue="org.gvsig.fmap.dal.feature.FeatureType">
21 21
          <description>Define the structure of the new store</description>
22 22
        </field>
23 23
      </fields>

Also available in: Unified diff