Enum Connection.ModelType
- java.lang.Object
-
- java.lang.Enum<Connection.ModelType>
-
- com.oracle.bmc.dataintegration.model.Connection.ModelType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<Connection.ModelType>
- Enclosing class:
- Connection
public static enum Connection.ModelType extends Enum<Connection.ModelType> implements BmcEnum
The type of the connection.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AmazonS3Connection
BiccConnection
BipConnection
GenericJdbcConnection
HdfsConnection
LakeConnection
MysqlConnection
MysqlHeatwaveConnection
Oauth2Connection
OracleAdwcConnection
OracleAtpConnection
OracledbConnection
OracleEbsConnection
OracleObjectStorageConnection
OraclePeoplesoftConnection
OracleSiebelConnection
RestBasicAuthConnection
RestNoAuthConnection
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Connection.ModelType
create(String key)
String
getValue()
static Connection.ModelType
valueOf(String name)
Returns the enum constant of this type with the specified name.static Connection.ModelType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OracleAdwcConnection
public static final Connection.ModelType OracleAdwcConnection
-
OracleAtpConnection
public static final Connection.ModelType OracleAtpConnection
-
OracleObjectStorageConnection
public static final Connection.ModelType OracleObjectStorageConnection
-
OracledbConnection
public static final Connection.ModelType OracledbConnection
-
MysqlConnection
public static final Connection.ModelType MysqlConnection
-
GenericJdbcConnection
public static final Connection.ModelType GenericJdbcConnection
-
BiccConnection
public static final Connection.ModelType BiccConnection
-
AmazonS3Connection
public static final Connection.ModelType AmazonS3Connection
-
BipConnection
public static final Connection.ModelType BipConnection
-
LakeConnection
public static final Connection.ModelType LakeConnection
-
OraclePeoplesoftConnection
public static final Connection.ModelType OraclePeoplesoftConnection
-
OracleEbsConnection
public static final Connection.ModelType OracleEbsConnection
-
OracleSiebelConnection
public static final Connection.ModelType OracleSiebelConnection
-
HdfsConnection
public static final Connection.ModelType HdfsConnection
-
MysqlHeatwaveConnection
public static final Connection.ModelType MysqlHeatwaveConnection
-
RestNoAuthConnection
public static final Connection.ModelType RestNoAuthConnection
-
RestBasicAuthConnection
public static final Connection.ModelType RestBasicAuthConnection
-
Oauth2Connection
public static final Connection.ModelType Oauth2Connection
-
UnknownEnumValue
public static final Connection.ModelType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static Connection.ModelType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Connection.ModelType c : Connection.ModelType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Connection.ModelType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static Connection.ModelType create(String key)
-
-