public interface InterContainer
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
InterContainer.LeafIdentifier
Identify the leaf of InterContainer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(InterContainer.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BigDecimal |
leafInterAug()
Returns the attribute leafInterAug.
|
void |
leafInterAug(BigDecimal leafInterAug)
Sets the attribute leafInterAug.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
BigDecimal leafInterAug()
BitSet valueLeafFlags()
void leafInterAug(BigDecimal leafInterAug)
leafInterAug - value of leafInterAugboolean isLeafValueSet(InterContainer.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.