public final class DatabaseServerType extends Object implements Serializable, Comparable<DatabaseServerType>
| Modifier and Type | Field and Description |
|---|---|
static DatabaseServerType |
UNKNOWN |
| Constructor and Description |
|---|
DatabaseServerType(String databaseSystemIdentifier,
String databaseSystemName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DatabaseServerType other) |
boolean |
equals(Object obj) |
String |
getDatabaseSystemIdentifier() |
String |
getDatabaseSystemName() |
int |
hashCode() |
boolean |
isUnknownDatabaseSystem() |
String |
toString() |
public static final DatabaseServerType UNKNOWN
public int compareTo(DatabaseServerType other)
compareTo in interface Comparable<DatabaseServerType>public String getDatabaseSystemIdentifier()
public String getDatabaseSystemName()
public boolean isUnknownDatabaseSystem()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.