public class Connections extends Object implements com.epam.xml.common.Findable
| Constructor and Description |
|---|
Connections() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
List<Connection> |
getConnection()
Gets the value of the connection property.
|
String |
toString() |
public List<Connection> getConnection()
set method for the connection property.
For example, to add a new item, do as follows:
getConnection().add(newItem);
Objects of the following type(s) are allowed in the list
Connectionpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2000–2025 EPAM Systems. All rights reserved.