org.ontobox.fast.action
Class RemoveOValue

java.lang.Object
  extended by org.ontobox.fast.action.RemoveOValue
All Implemented Interfaces:
WriteAction

public class RemoveOValue
extends java.lang.Object
implements WriteAction

Author:
Anton Malykh

Constructor Summary
RemoveOValue(java.lang.String[] data)
           
RemoveOValue(java.lang.String name, java.lang.String opropertyName, int index)
           
 
Method Summary
 void doAction(Storage storage)
           
 int getIndex()
           
 java.lang.String getName()
           
 java.lang.String getOldValue()
           
 java.lang.String getOpropertyName()
           
 WriteAction getUndoAction()
           
 void preverify(Storage storage)
           
 java.lang.String[] saveData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveOValue

public RemoveOValue(java.lang.String[] data)

RemoveOValue

public RemoveOValue(java.lang.String name,
                    java.lang.String opropertyName,
                    int index)
Method Detail

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()

getOpropertyName

public final java.lang.String getOpropertyName()

getIndex

public final int getIndex()

getOldValue

public final java.lang.String getOldValue()