Uses of Class
dev.vality.damsel.domain_config.RemoveOp
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of RemoveOp in dev.vality.damsel.domain_config
Methods in dev.vality.damsel.domain_config that return RemoveOp Modifier and Type Method Description RemoveOpRemoveOp. deepCopy()RemoveOpOperation. getRemove()RemoveOpRemoveOp. setObject(DomainObject object)Methods in dev.vality.damsel.domain_config with parameters of type RemoveOp Modifier and Type Method Description intRemoveOp. compareTo(RemoveOp other)booleanRemoveOp. equals(RemoveOp that)static OperationOperation. remove(RemoveOp value)voidOperation. setRemove(RemoveOp value)Constructors in dev.vality.damsel.domain_config with parameters of type RemoveOp Constructor Description RemoveOp(RemoveOp other)Performs a deep copy on other.