public class ConnStringInfo extends Object
Constructor and Description |
---|
ConnStringInfo() |
Modifier and Type | Method and Description |
---|---|
String |
connectionString()
Get connection string value.
|
String |
name()
Get name of connection string.
|
ConnectionStringType |
type()
Get type of database.
|
ConnStringInfo |
withConnectionString(String connectionString)
Set connection string value.
|
ConnStringInfo |
withName(String name)
Set name of connection string.
|
ConnStringInfo |
withType(ConnectionStringType type)
Set type of database.
|
public String name()
public ConnStringInfo withName(String name)
name
- the name value to setpublic String connectionString()
public ConnStringInfo withConnectionString(String connectionString)
connectionString
- the connectionString value to setpublic ConnectionStringType type()
public ConnStringInfo withType(ConnectionStringType type)
type
- the type value to setCopyright © 2019. All rights reserved.