public class ConnectionDescriptor extends Object
| Constructor and Description |
|---|
ConnectionDescriptor(org.eclipse.scada.core.ConnectionInformation connectionInformation) |
ConnectionDescriptor(org.eclipse.scada.core.ConnectionInformation connectionInformation,
String serviceId,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.eclipse.scada.core.ConnectionInformation |
getConnectionInformation() |
String |
getDescription() |
String |
getServiceId() |
int |
hashCode() |
public ConnectionDescriptor(org.eclipse.scada.core.ConnectionInformation connectionInformation)