public static enum DatabaseTypePage.Database extends Enum<DatabaseTypePage.Database>
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseUrl() |
String |
getDriver() |
String |
getName() |
String |
getPassword() |
String |
getUsername() |
static DatabaseTypePage.Database |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseTypePage.Database[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseTypePage.Database postgres
public static final DatabaseTypePage.Database mysql
public static final DatabaseTypePage.Database oracle
public static final DatabaseTypePage.Database mssql
public static DatabaseTypePage.Database[] values()
for (DatabaseTypePage.Database c : DatabaseTypePage.Database.values()) System.out.println(c);
public static DatabaseTypePage.Database valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getUsername()
public String getDriver()
public String getName()
public String getPassword()
public String getDatabaseUrl()
Copyright © 2003–2020 Atlassian. All rights reserved.