public interface ConnectionDetail
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
A unique identifier for this connection.
|
java.lang.String |
getName()
The name of this connection.
|
java.lang.String |
getProperty(java.lang.String name)
Properties of the connection.
|
java.lang.String |
getType()
The type of the connection.
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getType()
java.lang.String getProperty(java.lang.String name)
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.