public class ConnStringValueTypePair extends Object
Constructor and Description |
---|
ConnStringValueTypePair() |
Modifier and Type | Method and Description |
---|---|
ConnectionStringType |
type()
Get type of database.
|
String |
value()
Get value of pair.
|
ConnStringValueTypePair |
withType(ConnectionStringType type)
Set type of database.
|
ConnStringValueTypePair |
withValue(String value)
Set value of pair.
|
public String value()
public ConnStringValueTypePair withValue(String value)
value
- the value value to setpublic ConnectionStringType type()
public ConnStringValueTypePair withType(ConnectionStringType type)
type
- the type value to setCopyright © 2019. All rights reserved.