Uses of Class
dev.vality.damsel.repairing.RemoveAction
| Package | Description |
|---|---|
| dev.vality.damsel.repairing |
-
Uses of RemoveAction in dev.vality.damsel.repairing
Fields in dev.vality.damsel.repairing declared as RemoveAction Modifier and Type Field Description RemoveActionComplexAction. removeMethods in dev.vality.damsel.repairing that return RemoveAction Modifier and Type Method Description RemoveActionRemoveAction. deepCopy()RemoveActionComplexAction. getRemove()Methods in dev.vality.damsel.repairing with parameters of type RemoveAction Modifier and Type Method Description intRemoveAction. compareTo(RemoveAction other)booleanRemoveAction. equals(RemoveAction that)ComplexActionComplexAction. setRemove(RemoveAction remove)Constructors in dev.vality.damsel.repairing with parameters of type RemoveAction Constructor Description RemoveAction(RemoveAction other)Performs a deep copy on other.