Class AbstractFTypeCommand
java.lang.Object
org.gvsig.tools.undo.command.impl.AbstractCommand
org.gvsig.fmap.dal.feature.impl.undo.command.AbstractFTypeCommand
- All Implemented Interfaces:
org.gvsig.tools.undo.command.Command,org.gvsig.tools.undo.UndoRedoInfo
- Direct Known Subclasses:
FTypeUpdateCommand
public abstract class AbstractFTypeCommand
extends org.gvsig.tools.undo.command.impl.AbstractCommand
Add the methods and constructors to use FeatureType.
- Author:
- Vicente Caballero Navarro
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FeatureTypeManagerprotected org.gvsig.fmap.dal.feature.FeatureTypeFields inherited from interface org.gvsig.tools.undo.UndoRedoInfo
DELETE, INSERT, UPDATE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractFTypeCommand(FeatureTypeManager expansionManager, org.gvsig.fmap.dal.feature.FeatureType type, String description) -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.dal.feature.FeatureTypeReturns the FeatureType of this command.Methods inherited from class org.gvsig.tools.undo.command.impl.AbstractCommand
getDate, getDescription, toString, updateDateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.tools.undo.command.Command
redo, undoMethods inherited from interface org.gvsig.tools.undo.UndoRedoInfo
getType
-
Field Details
-
type
protected org.gvsig.fmap.dal.feature.FeatureType type -
expansionManager
-
-
Constructor Details
-
AbstractFTypeCommand
protected AbstractFTypeCommand(FeatureTypeManager expansionManager, org.gvsig.fmap.dal.feature.FeatureType type, String description)
-
-
Method Details
-
getFeatureType
public org.gvsig.fmap.dal.feature.FeatureType getFeatureType()Returns the FeatureType of this command.- Returns:
- FeatureType.
-