| Package | Description |
|---|---|
| org.onosproject.yang.gen.v1.demo1.rev20130715.demo1.device |
Implementation of YANG node device's children nodes.
|
| org.onosproject.yang.gen.v1.demo1.rev20130715.demo1.device.device |
Implementation of YANG node device's children nodes.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<MaterialSupervisor> |
DefaultDevice.materialSupervisor |
| Modifier and Type | Method and Description |
|---|---|
List<MaterialSupervisor> |
Device.materialSupervisor()
Returns the attribute materialSupervisor.
|
List<MaterialSupervisor> |
DefaultDevice.materialSupervisor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Device.addToMaterialSupervisor(MaterialSupervisor addTo)
Adds to the list of materialSupervisor.
|
void |
DefaultDevice.addToMaterialSupervisor(MaterialSupervisor addTo) |
| Modifier and Type | Method and Description |
|---|---|
void |
Device.materialSupervisor(List<MaterialSupervisor> materialSupervisor)
Sets the attribute materialSupervisor.
|
void |
DefaultDevice.materialSupervisor(List<MaterialSupervisor> materialSupervisor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMaterialSupervisor
Represents the implementation of materialSupervisor.
|
Copyright © 2017. All rights reserved.