public class DefaultLeafCase extends org.onosproject.yang.model.InnerModelObject implements LeafCase
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeLeafCase.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected long |
leaf3 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultLeafCase()
Creates an instance of defaultLeafCase.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(LeafCase.LeafIdentifier leaf)
Checks if the leaf value is set.
|
long |
leaf3()
Returns the attribute leaf3.
|
void |
leaf3(long leaf3)
Sets the attribute leaf3.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected long leaf3
protected BitSet valueLeafFlags
public long leaf3()
LeafCasepublic BitSet valueLeafFlags()
LeafCasevalueLeafFlags in interface LeafCasepublic void leaf3(long leaf3)
LeafCasepublic boolean isLeafValueSet(LeafCase.LeafIdentifier leaf)
LeafCaseisLeafValueSet in interface LeafCaseleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.