public interface PurchasingSupervisor
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PurchasingSupervisor.LeafIdentifier
Identify the leaf of PurchasingSupervisor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSupport(String addTo)
Adds to the list of support.
|
boolean |
isLeafValueSet(PurchasingSupervisor.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
purchasingSpecialist()
Returns the attribute purchasingSpecialist.
|
void |
purchasingSpecialist(String purchasingSpecialist)
Sets the attribute purchasingSpecialist.
|
List<String> |
support()
Returns the attribute support.
|
void |
support(List<String> support)
Sets the attribute support.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String purchasingSpecialist()
BitSet valueLeafFlags()
void purchasingSpecialist(String purchasingSpecialist)
purchasingSpecialist - value of purchasingSpecialistvoid support(List<String> support)
support - list of supportvoid addToSupport(String addTo)
addTo - value of supportboolean isLeafValueSet(PurchasingSupervisor.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2019. All rights reserved.