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

    Fields
    Modifier and Type
    Field
    Description
     
    protected org.gvsig.fmap.dal.feature.FeatureType
     

    Fields inherited from interface org.gvsig.tools.undo.UndoRedoInfo

    DELETE, INSERT, UPDATE
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AbstractFTypeCommand(FeatureTypeManager expansionManager, org.gvsig.fmap.dal.feature.FeatureType type, String description)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.fmap.dal.feature.FeatureType
    Returns the FeatureType of this command.

    Methods inherited from class org.gvsig.tools.undo.command.impl.AbstractCommand

    getDate, getDescription, toString, updateDate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.gvsig.tools.undo.command.Command

    redo, undo

    Methods inherited from interface org.gvsig.tools.undo.UndoRedoInfo

    getType
  • Field Details

    • type

      protected org.gvsig.fmap.dal.feature.FeatureType type
    • expansionManager

      protected FeatureTypeManager 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.