public class DefaultLeafInterAug extends org.onosproject.yang.model.InnerModelObject implements LeafInterAug
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeLeafInterAug.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Uri |
leafInterAug |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultLeafInterAug()
Creates an instance of defaultLeafInterAug.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(LeafInterAug.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Uri |
leafInterAug()
Returns the attribute leafInterAug.
|
void |
leafInterAug(Uri leafInterAug)
Sets the attribute leafInterAug.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public DefaultLeafInterAug()
public Uri leafInterAug()
LeafInterAugleafInterAug in interface LeafInterAugpublic BitSet valueLeafFlags()
LeafInterAugvalueLeafFlags in interface LeafInterAugpublic void leafInterAug(Uri leafInterAug)
LeafInterAugleafInterAug in interface LeafInterAugleafInterAug - value of leafInterAugpublic boolean isLeafValueSet(LeafInterAug.LeafIdentifier leaf)
LeafInterAugisLeafValueSet in interface LeafInterAugleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.