public abstract class AbstractFTypeCommand extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
protected FeatureTypeManager |
expansionManager |
protected FeatureType |
type |
DELETE, INSERT, UPDATE| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFTypeCommand(FeatureTypeManager expansionManager,
FeatureType type,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
FeatureType |
getFeatureType()
Returns the FeatureType of this command.
|
getDate, getDescription, toString, updateDateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeprotected FeatureType type
protected FeatureTypeManager expansionManager
protected AbstractFTypeCommand(FeatureTypeManager expansionManager, FeatureType type, java.lang.String description)
public FeatureType getFeatureType()