public class DefaultInvalid extends org.onosproject.yang.model.InnerModelObject implements Invalid
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeInvalid.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
createInvalid |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultInvalid()
Creates an instance of defaultInvalid.
|
| Modifier and Type | Method and Description |
|---|---|
int |
createInvalid()
Returns the attribute createInvalid.
|
void |
createInvalid(int createInvalid)
Sets the attribute createInvalid.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Invalid.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected int createInvalid
protected BitSet valueLeafFlags
public int createInvalid()
InvalidcreateInvalid in interface Invalidpublic BitSet valueLeafFlags()
InvalidvalueLeafFlags in interface Invalidpublic void createInvalid(int createInvalid)
InvalidcreateInvalid in interface InvalidcreateInvalid - value of createInvalidpublic boolean isLeafValueSet(Invalid.LeafIdentifier leaf)
InvalidisLeafValueSet in interface Invalidleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.