@Generated public enum SystemType extends Enum<SystemType>
| Enum Constant and Description |
|---|
AMAZON_REDSHIFT |
AZURE_SYNAPSE |
CONFLUENT |
DATABRICKS |
GOOGLE_BIGQUERY |
KAFKA |
LOOKER |
MICROSOFT_FABRIC |
MICROSOFT_SQL_SERVER |
MONGODB |
MYSQL |
ORACLE |
OTHER |
POSTGRESQL |
POWER_BI |
SALESFORCE |
SAP |
SERVICENOW |
SNOWFLAKE |
STREAM_NATIVE |
TABLEAU |
TERADATA |
WORKDAY |
| Modifier and Type | Method and Description |
|---|---|
static SystemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemType AMAZON_REDSHIFT
public static final SystemType AZURE_SYNAPSE
public static final SystemType CONFLUENT
public static final SystemType DATABRICKS
public static final SystemType GOOGLE_BIGQUERY
public static final SystemType KAFKA
public static final SystemType LOOKER
public static final SystemType MICROSOFT_FABRIC
public static final SystemType MICROSOFT_SQL_SERVER
public static final SystemType MONGODB
public static final SystemType MYSQL
public static final SystemType ORACLE
public static final SystemType OTHER
public static final SystemType POSTGRESQL
public static final SystemType POWER_BI
public static final SystemType SALESFORCE
public static final SystemType SAP
public static final SystemType SERVICENOW
public static final SystemType SNOWFLAKE
public static final SystemType STREAM_NATIVE
public static final SystemType TABLEAU
public static final SystemType TERADATA
public static final SystemType WORKDAY
public static SystemType[] values()
for (SystemType c : SystemType.values()) System.out.println(c);
public static SystemType 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 nullCopyright © 2026. All rights reserved.