public class DefaultUnlistedVal extends org.onosproject.yang.model.InnerModelObject implements UnlistedVal, org.onosproject.yang.model.MultiInstanceObject<UnlistedValKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeUnlistedVal.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
presence |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultUnlistedVal()
Creates an instance of defaultUnlistedVal.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(UnlistedVal.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
presence()
Returns the attribute presence.
|
void |
presence(String presence)
Sets the attribute presence.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultUnlistedVal()
public String presence()
UnlistedValpresence in interface UnlistedValpublic BitSet valueLeafFlags()
UnlistedValvalueLeafFlags in interface UnlistedValpublic void presence(String presence)
UnlistedValpresence in interface UnlistedValpresence - value of presencepublic boolean isLeafValueSet(UnlistedVal.LeafIdentifier leaf)
UnlistedValisLeafValueSet in interface UnlistedValleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.