TraitChangeType

sealed abstract class TraitChangeType(_value: String, _name: String, _intValue: Int) extends Value
Companion:
object
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object ADD.type
object ANY.type
object PRESENCE.type
object REMOVE.type
object UPDATE.type

Value members

Concrete methods

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String