public class DefaultInterContainer extends org.onosproject.yang.model.InnerModelObject implements InterContainer
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeInterContainer.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
leafInterAug |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultInterContainer()
Creates an instance of defaultInterContainer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected BigDecimal leafInterAug
protected BitSet valueLeafFlags
public DefaultInterContainer()
public BigDecimal leafInterAug()
InterContainerleafInterAug in interface InterContainerpublic BitSet valueLeafFlags()
InterContainervalueLeafFlags in interface InterContainerpublic void leafInterAug(BigDecimal leafInterAug)
InterContainerleafInterAug in interface InterContainerleafInterAug - value of leafInterAugpublic boolean isLeafValueSet(InterContainer.LeafIdentifier leaf)
InterContainerisLeafValueSet in interface InterContainerleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.