Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / libraries / libFMap_data / src / org / gvsig / fmap / data / feature / impl / commands / implementation / FeatureTypeCommandInsert.java @ 24017

History | View | Annotate | Download (672 Bytes)

1
package org.gvsig.fmap.data.feature.impl.commands.implementation;
2

    
3
import org.gvsig.fmap.data.feature.FeatureType;
4
import org.gvsig.fmap.data.feature.impl.FeatureTypeManager;
5

    
6
public class FeatureTypeCommandInsert extends FeatureTypeCommand {
7

    
8
        public FeatureTypeCommandInsert(FeatureTypeManager featureTypeManager,
9
                        FeatureType featureType) {
10
                // TODO Auto-generated constructor stub
11
        }
12

    
13
        public void execute() {
14
                // TODO Auto-generated method stub
15

    
16
        }
17

    
18
        public String getType() {
19
                // TODO Auto-generated method stub
20
                return null;
21
        }
22

    
23
        public void redo() {
24
                // TODO Auto-generated method stub
25

    
26
        }
27

    
28
        public void undo() {
29
                // TODO Auto-generated method stub
30

    
31
        }
32

    
33
}