| 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<Supervisor> |
DefaultDevice.supervisor |
| Modifier and Type | Method and Description |
|---|---|
List<Supervisor> |
DefaultDevice.supervisor() |
List<Supervisor> |
Device.supervisor()
Returns the attribute supervisor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDevice.addToSupervisor(Supervisor addTo) |
void |
Device.addToSupervisor(Supervisor addTo)
Adds to the list of supervisor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDevice.supervisor(List<Supervisor> supervisor) |
void |
Device.supervisor(List<Supervisor> supervisor)
Sets the attribute supervisor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSupervisor
Represents the implementation of supervisor.
|
Copyright © 2018. All rights reserved.