public interface Underlay
| Modifier and Type | Interface and Description |
|---|---|
static class |
Underlay.LeafIdentifier
Identify the leaf of Underlay.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
committed()
Returns the attribute committed.
|
void |
committed(boolean committed)
Sets the attribute committed.
|
boolean |
dynamic()
Returns the attribute dynamic.
|
void |
dynamic(boolean dynamic)
Sets the attribute dynamic.
|
boolean |
isLeafValueSet(Underlay.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean dynamic()
boolean committed()
BitSet valueLeafFlags()
void dynamic(boolean dynamic)
dynamic - value of dynamicvoid committed(boolean committed)
committed - value of committedboolean isLeafValueSet(Underlay.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.