ChangeType

enum ChangeType : Enum<ChangeType>

The change types supported by the reactive change model

Entries

ADD
Link copied to clipboard
ADD()
REMOVE
Link copied to clipboard
UPDATE
Link copied to clipboard

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: ChangeType): Int
describeConstable
Link copied to clipboard
override fun describeConstable(): Optional<Enum.EnumDesc<ChangeType>>
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<ChangeType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int