public class DefaultIntList extends org.onosproject.yang.model.InnerModelObject implements IntList, org.onosproject.yang.model.MultiInstanceObject<IntListKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeIntList.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Available |
available |
protected Typed |
iden |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultIntList()
Creates an instance of defaultIntList.
|
| Modifier and Type | Method and Description |
|---|---|
Available |
available()
Returns the attribute available.
|
void |
available(Available available)
Sets the attribute available.
|
boolean |
equals(Object obj) |
int |
hashCode() |
Typed |
iden()
Returns the attribute iden.
|
void |
iden(Typed iden)
Sets the attribute iden.
|
boolean |
isLeafValueSet(IntList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Typed iden
protected BitSet valueLeafFlags
protected Available available
public BitSet valueLeafFlags()
IntListvalueLeafFlags in interface IntListpublic Available available()
IntListpublic void iden(Typed iden)
IntListpublic void available(Available available)
IntListpublic boolean isLeafValueSet(IntList.LeafIdentifier leaf)
IntListisLeafValueSet in interface IntListleaf - leaf whose value status needs to checkedCopyright © 2019. All rights reserved.