public class DefaultXpath extends org.onosproject.yang.model.InnerModelObject implements Xpath
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeXpath.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BitSet |
valueLeafFlags |
protected Xpath10 |
xpathFilter |
| Constructor and Description |
|---|
DefaultXpath()
Creates an instance of defaultXpath.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Xpath.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Xpath10 |
xpathFilter()
Returns the attribute xpathFilter.
|
void |
xpathFilter(Xpath10 xpathFilter)
Sets the attribute xpathFilter.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Xpath10 xpathFilter
protected BitSet valueLeafFlags
public Xpath10 xpathFilter()
XpathxpathFilter in interface Xpathpublic BitSet valueLeafFlags()
XpathvalueLeafFlags in interface Xpathpublic void xpathFilter(Xpath10 xpathFilter)
XpathxpathFilter in interface XpathxpathFilter - value of xpathFilterpublic boolean isLeafValueSet(Xpath.LeafIdentifier leaf)
XpathisLeafValueSet in interface Xpathleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.