WalType

avokka.arangodb.models.WalType
See theWalType companion object
sealed abstract class WalType(val value: Int) extends IntEnumEntry

Attributes

Companion
object
Graph
Supertypes
class IntEnumEntry
trait ValueEnumEntry[Int]
class Object
trait Matchable
class Any
Known subtypes
object AbortTransaction.type
object ChangeCollection.type
object ChangeView.type
object CommitTransaction.type
object CreateCollection.type
object CreateDatabase.type
object CreateIndex.type
object CreateView.type
object DropCollection.type
object DropDatabase.type
object DropIndex.type
object DropView.type
object InsertReplaceDocument.type
object RemoveDocument.type
object RenameCollection.type
object StartTransaction.type
object TruncateCollection.type
Show all

Members list

Value members

Concrete fields

val value: Int

Value of this entry

Value of this entry

Attributes