Operation

open class Operation

Properties

Link copied to clipboard
val DELETE: Int = 2
Link copied to clipboard
val INSERT: Int = 0
Link copied to clipboard
val MOVE: Int = 3
Link copied to clipboard
val UPDATE: Int = 1

Functions

Link copied to clipboard
Link copied to clipboard
open fun getIndex(): Int
Link copied to clipboard
open fun getToIndex(): Int
Link copied to clipboard
open fun getType(): Int