public class DefaultListener extends org.onosproject.yang.model.InnerModelObject implements Listener, org.onosproject.yang.model.MultiInstanceObject<ListenerKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeListener.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BitSet |
valueLeafFlags |
protected String |
yangAutoPrefixWait |
| Constructor and Description |
|---|
DefaultListener()
Creates an instance of defaultListener.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Listener.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String |
yangAutoPrefixWait()
Returns the attribute yangAutoPrefixWait.
|
void |
yangAutoPrefixWait(String yangAutoPrefixWait)
Sets the attribute yangAutoPrefixWait.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String yangAutoPrefixWait
protected BitSet valueLeafFlags
public String yangAutoPrefixWait()
ListeneryangAutoPrefixWait in interface Listenerpublic BitSet valueLeafFlags()
ListenervalueLeafFlags in interface Listenerpublic void yangAutoPrefixWait(String yangAutoPrefixWait)
ListeneryangAutoPrefixWait in interface ListeneryangAutoPrefixWait - value of yangAutoPrefixWaitpublic boolean isLeafValueSet(Listener.LeafIdentifier leaf)
ListenerisLeafValueSet in interface Listenerleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.