Interface ConnectionBuilder
- All Known Subinterfaces:
- DBConnectionBuilder
public interface ConnectionBuilder
Connection builder
- 
Method SummaryModifier and TypeMethodDescriptionGet the description of the connectiongetName()Get the name of the connectiongetType()Get the connection typesetDescription(String description) Set the description of the connectionSet the name of the connection.
- 
Method Details- 
getTypeConnectionType getType()Get the connection type- Returns:
- the connection type
 
- 
setNameSet the name of the connection.- Parameters:
- name- the name of the connection
- Returns:
- the connection builder itself
 
- 
getNameString getName()Get the name of the connection- Returns:
- the name of the connection
 
- 
setDescriptionSet the description of the connection- Parameters:
- description- the description of the connection
- Returns:
- the connection builder itself
 
- 
getDescriptionString getDescription()Get the description of the connection- Returns:
- the description of the connection
 
 
-