public interface Device
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Device.LeafIdentifier
Identify the leaf of Device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToEmployeeId(String addTo)
Adds to the list of employeeId.
|
void |
addToMaterialSupervisor(MaterialSupervisor addTo)
Adds to the list of materialSupervisor.
|
void |
addToWarehouseSupervisor(String addTo)
Adds to the list of warehouseSupervisor.
|
Cont7 |
cont7()
Returns the attribute cont7.
|
void |
cont7(Cont7 cont7)
Sets the attribute cont7.
|
boolean |
customsSupervisor()
Returns the attribute customsSupervisor.
|
void |
customsSupervisor(boolean customsSupervisor)
Sets the attribute customsSupervisor.
|
String |
deviceid()
Returns the attribute deviceid.
|
void |
deviceid(String deviceid)
Sets the attribute deviceid.
|
List<String> |
employeeId()
Returns the attribute employeeId.
|
void |
employeeId(List<String> employeeId)
Sets the attribute employeeId.
|
boolean |
isLeafValueSet(Device.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<MaterialSupervisor> |
materialSupervisor()
Returns the attribute materialSupervisor.
|
void |
materialSupervisor(List<MaterialSupervisor> materialSupervisor)
Sets the attribute materialSupervisor.
|
String |
merchandiserSupervisor()
Returns the attribute merchandiserSupervisor.
|
void |
merchandiserSupervisor(String merchandiserSupervisor)
Sets the attribute merchandiserSupervisor.
|
PurchasingSupervisor |
purchasingSupervisor()
Returns the attribute purchasingSupervisor.
|
void |
purchasingSupervisor(PurchasingSupervisor purchasingSupervisor)
Sets the attribute purchasingSupervisor.
|
String |
tradingSupervisor()
Returns the attribute tradingSupervisor.
|
void |
tradingSupervisor(String tradingSupervisor)
Sets the attribute tradingSupervisor.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<String> |
warehouseSupervisor()
Returns the attribute warehouseSupervisor.
|
void |
warehouseSupervisor(List<String> warehouseSupervisor)
Sets the attribute warehouseSupervisor.
|
String deviceid()
boolean customsSupervisor()
String merchandiserSupervisor()
String tradingSupervisor()
List<String> warehouseSupervisor()
List<String> employeeId()
BitSet valueLeafFlags()
List<MaterialSupervisor> materialSupervisor()
PurchasingSupervisor purchasingSupervisor()
Cont7 cont7()
void deviceid(String deviceid)
deviceid - value of deviceidvoid customsSupervisor(boolean customsSupervisor)
customsSupervisor - value of customsSupervisorvoid merchandiserSupervisor(String merchandiserSupervisor)
merchandiserSupervisor - value of merchandiserSupervisorvoid tradingSupervisor(String tradingSupervisor)
tradingSupervisor - value of tradingSupervisorvoid warehouseSupervisor(List<String> warehouseSupervisor)
warehouseSupervisor - list of warehouseSupervisorvoid employeeId(List<String> employeeId)
employeeId - list of employeeIdvoid materialSupervisor(List<MaterialSupervisor> materialSupervisor)
materialSupervisor - list of materialSupervisorvoid purchasingSupervisor(PurchasingSupervisor purchasingSupervisor)
purchasingSupervisor - value of purchasingSupervisorvoid cont7(Cont7 cont7)
cont7 - value of cont7void addToWarehouseSupervisor(String addTo)
addTo - value of warehouseSupervisorvoid addToEmployeeId(String addTo)
addTo - value of employeeIdvoid addToMaterialSupervisor(MaterialSupervisor addTo)
addTo - value of materialSupervisorboolean isLeafValueSet(Device.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.