public class DefaultCaseContainer extends org.onosproject.yang.model.InnerModelObject implements CaseContainer
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeCaseContainer.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Uri |
leaf4 |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultCaseContainer()
Creates an instance of defaultCaseContainer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(CaseContainer.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Uri |
leaf4()
Returns the attribute leaf4.
|
void |
leaf4(Uri leaf4)
Sets the attribute leaf4.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public DefaultCaseContainer()
public Uri leaf4()
CaseContainerleaf4 in interface CaseContainerpublic BitSet valueLeafFlags()
CaseContainervalueLeafFlags in interface CaseContainerpublic void leaf4(Uri leaf4)
CaseContainerleaf4 in interface CaseContainerleaf4 - value of leaf4public boolean isLeafValueSet(CaseContainer.LeafIdentifier leaf)
CaseContainerisLeafValueSet in interface CaseContainerleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.