public interface Config
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Config.LeafIdentifier
Identify the leaf of Config.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Config.LeafIdentifier leaf)
Checks if the leaf value is set.
|
short |
preference()
Returns the attribute preference.
|
void |
preference(short preference)
Sets the attribute preference.
|
Schedules |
schedules()
Returns the attribute schedules.
|
void |
schedules(Schedules schedules)
Sets the attribute schedules.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
short preference()
BitSet valueLeafFlags()
Schedules schedules()
void preference(short preference)
preference - value of preferencevoid schedules(Schedules schedules)
schedules - value of schedulesboolean isLeafValueSet(Config.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.