public enum ObservableMap.ChangeType
Enumerates the specialized map change events.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static ChangeType |
resolve(int ordinal)Resolves an enum constant from its ordinal. |
A property was added.
The map was cleared.
Multiple property changes were aggregated.
No specialized change type applies.
A property was removed.
A property was updated.
Placeholder new value for aggregated events.
Placeholder old value for aggregated events.
Resolves an enum constant from its ordinal.
ordinal - the serialized ordinal valueCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.