public class DefaultCaseList extends org.onosproject.yang.model.InnerModelObject implements CaseList, org.onosproject.yang.model.MultiInstanceObject<CaseListKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeCaseList.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Uri |
leaf5 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultCaseList()
Creates an instance of defaultCaseList.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(CaseList.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Uri |
leaf5()
Returns the attribute leaf5.
|
void |
leaf5(Uri leaf5)
Sets the attribute leaf5.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public BitSet valueLeafFlags()
CaseListvalueLeafFlags in interface CaseListpublic void leaf5(Uri leaf5)
CaseListpublic boolean isLeafValueSet(CaseList.LeafIdentifier leaf)
CaseListisLeafValueSet in interface CaseListleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.