| 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<GeneralSupervisor> |
DefaultDevice.generalSupervisor |
| Modifier and Type | Method and Description |
|---|---|
List<GeneralSupervisor> |
Device.generalSupervisor()
Returns the attribute generalSupervisor.
|
List<GeneralSupervisor> |
DefaultDevice.generalSupervisor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Device.addToGeneralSupervisor(GeneralSupervisor addTo)
Adds to the list of generalSupervisor.
|
void |
DefaultDevice.addToGeneralSupervisor(GeneralSupervisor addTo) |
| Modifier and Type | Method and Description |
|---|---|
void |
Device.generalSupervisor(List<GeneralSupervisor> generalSupervisor)
Sets the attribute generalSupervisor.
|
void |
DefaultDevice.generalSupervisor(List<GeneralSupervisor> generalSupervisor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGeneralSupervisor
Represents the implementation of generalSupervisor.
|
Copyright © 2019. All rights reserved.