org.ontobox.fast.action
Class RemoveTValue
java.lang.Object
org.ontobox.fast.action.RemoveTValue
- All Implemented Interfaces:
- WriteAction
public class RemoveTValue
- extends java.lang.Object
- implements WriteAction
- Author:
- Anton Malykh
Constructor Summary |
RemoveTValue(java.lang.String[] data)
|
RemoveTValue(java.lang.String name,
java.lang.String tpropertyName,
int index)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveTValue
public RemoveTValue(java.lang.String[] data)
RemoveTValue
public RemoveTValue(java.lang.String name,
java.lang.String tpropertyName,
int index)
preverify
public final void preverify(Storage storage)
- Specified by:
preverify
in interface WriteAction
doAction
public final void doAction(Storage storage)
- Specified by:
doAction
in interface WriteAction
saveData
public final java.lang.String[] saveData()
- Specified by:
saveData
in interface WriteAction
getUndoAction
public final WriteAction getUndoAction()
- Specified by:
getUndoAction
in interface WriteAction
getName
public final java.lang.String getName()
getPropertyName
public final java.lang.String getPropertyName()
getIndex
public final int getIndex()
getOldValue
public final java.lang.String getOldValue()