public interface ConnectionBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description of the connection
|
String |
getName()
Get the name of the connection
|
ConnectionType |
getType()
Get the connection type
|
ConnectionBuilder |
setDescription(String description)
Set the description of the connection
|
ConnectionBuilder |
setName(String name)
Set the name of the connection.
|
ConnectionType getType()
ConnectionBuilder setName(String name)
name
- the name of the connectionString getName()
ConnectionBuilder setDescription(String description)
description
- the description of the connectionString getDescription()
Copyright © 2021 DEISER. All Rights Reserved.