public interface AnyTest
| Modifier and Type | Method and Description |
|---|---|
C1 |
c1()
Returns the attribute c1.
|
void |
c1(C1 c1)
Sets the attribute c1.
|
Mydata |
mydata()
Returns the attribute mydata.
|
void |
mydata(Mydata mydata)
Sets the attribute mydata.
|
Mydata mydata()
C1 c1()
void mydata(Mydata mydata)
mydata - value of mydatavoid c1(C1 c1)
c1 - value of c1Copyright © 2018. All rights reserved.