public class DefaultDatatype extends org.onosproject.yang.model.InnerModelObject implements Datatype
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeDatatype.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected byte |
integer |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultDatatype()
Creates an instance of defaultDatatype.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
byte |
integer()
Returns the attribute integer.
|
void |
integer(byte integer)
Sets the attribute integer.
|
boolean |
isLeafValueSet(Datatype.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected byte integer
protected BitSet valueLeafFlags
public byte integer()
Datatypepublic BitSet valueLeafFlags()
DatatypevalueLeafFlags in interface Datatypepublic void integer(byte integer)
Datatypepublic boolean isLeafValueSet(Datatype.LeafIdentifier leaf)
DatatypeisLeafValueSet in interface Datatypeleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.