public interface AugmentedOnChange
| Modifier and Type | Interface and Description |
|---|---|
static class |
AugmentedOnChange.LeafIdentifier
Identify the leaf of AugmentedOnChange.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToExcludedChange(ChangeType addTo)
Adds to the list of excludedChange.
|
List<ChangeType> |
excludedChange()
Returns the attribute excludedChange.
|
void |
excludedChange(List<ChangeType> excludedChange)
Sets the attribute excludedChange.
|
boolean |
isLeafValueSet(AugmentedOnChange.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
noSynchOnStart()
Returns the attribute noSynchOnStart.
|
void |
noSynchOnStart(boolean noSynchOnStart)
Sets the attribute noSynchOnStart.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean noSynchOnStart()
List<ChangeType> excludedChange()
BitSet valueLeafFlags()
void noSynchOnStart(boolean noSynchOnStart)
noSynchOnStart - value of noSynchOnStartvoid excludedChange(List<ChangeType> excludedChange)
excludedChange - list of excludedChangevoid addToExcludedChange(ChangeType addTo)
addTo - value of excludedChangeboolean isLeafValueSet(AugmentedOnChange.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.