[Java] Enum ObservableMap.ChangeType

  • groovy.util.ObservableMap.ChangeType
public enum ObservableMap.ChangeType

Enum Constants Summary

Enum constants classes
Enum constant Description
ADDED
CLEARED
MULTI
NONE
REMOVED
UPDATED

Field Summary

Fields
Modifiers Name Description
static Object newValue
static Object oldValue

Methods Summary

Methods
Type Params Return Type Name and description
public static ChangeType resolve(int ordinal)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Enum Constant Detail

public ObservableMap.ChangeType ADDED

public ObservableMap.ChangeType CLEARED

public ObservableMap.ChangeType MULTI

public ObservableMap.ChangeType NONE

public ObservableMap.ChangeType REMOVED

public ObservableMap.ChangeType UPDATED

Field Detail

public static final Object newValue

public static final Object oldValue

Method Detail

public static ChangeType resolve(int ordinal)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/ObservableMap.ChangeType.html