public class DefaultAugmentedSchVal extends org.onosproject.yang.model.InnerModelObject implements AugmentedSchVal
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedSchVal.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Bitdef> |
ll |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedSchVal()
Creates an instance of defaultAugmentedSchVal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLl(Bitdef addTo)
Adds to the list of ll.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedSchVal.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Bitdef> |
ll()
Returns the attribute ll.
|
void |
ll(List<Bitdef> ll)
Sets the attribute ll.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public DefaultAugmentedSchVal()
public List<Bitdef> ll()
AugmentedSchValll in interface AugmentedSchValpublic BitSet valueLeafFlags()
AugmentedSchValvalueLeafFlags in interface AugmentedSchValpublic void ll(List<Bitdef> ll)
AugmentedSchValll in interface AugmentedSchValll - list of llpublic void addToLl(Bitdef addTo)
AugmentedSchValaddToLl in interface AugmentedSchValaddTo - value of llpublic boolean isLeafValueSet(AugmentedSchVal.LeafIdentifier leaf)
AugmentedSchValisLeafValueSet in interface AugmentedSchValleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.