public interface Demo1
| Modifier and Type | Method and Description |
|---|---|
void |
addToList1(List1 addTo)
Adds to the list of list1.
|
Device |
device()
Returns the attribute device.
|
void |
device(Device device)
Sets the attribute device.
|
List<List1> |
list1()
Returns the attribute list1.
|
void |
list1(List<List1> list1)
Sets the attribute list1.
|
Copyright © 2019. All rights reserved.