public class DefaultLeafrefList extends org.onosproject.yang.model.InnerModelObject implements LeafrefList, org.onosproject.yang.model.MultiInstanceObject<LeafrefListKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeLeafrefList.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultLeafrefList()
Creates an instance of defaultLeafrefList.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
id()
Returns the attribute id.
|
void |
id(String id)
Sets the attribute id.
|
boolean |
isLeafValueSet(LeafrefList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultLeafrefList()
public String id()
LeafrefListid in interface LeafrefListpublic BitSet valueLeafFlags()
LeafrefListvalueLeafFlags in interface LeafrefListpublic void id(String id)
LeafrefListid in interface LeafrefListid - value of idpublic boolean isLeafValueSet(LeafrefList.LeafIdentifier leaf)
LeafrefListisLeafValueSet in interface LeafrefListleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.