public static enum Connection.ModelType extends Enum<Connection.ModelType> implements BmcEnum
The type of the connection.
Enum Constant and 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.
|
Modifier and Type | Method and 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.
|
public static final Connection.ModelType OracleAdwcConnection
public static final Connection.ModelType OracleAtpConnection
public static final Connection.ModelType OracleObjectStorageConnection
public static final Connection.ModelType OracledbConnection
public static final Connection.ModelType MysqlConnection
public static final Connection.ModelType GenericJdbcConnection
public static final Connection.ModelType BiccConnection
public static final Connection.ModelType AmazonS3Connection
public static final Connection.ModelType BipConnection
public static final Connection.ModelType LakeConnection
public static final Connection.ModelType OraclePeoplesoftConnection
public static final Connection.ModelType OracleEbsConnection
public static final Connection.ModelType OracleSiebelConnection
public static final Connection.ModelType HdfsConnection
public static final Connection.ModelType MysqlHeatwaveConnection
public static final Connection.ModelType RestNoAuthConnection
public static final Connection.ModelType RestBasicAuthConnection
public static final Connection.ModelType Oauth2Connection
public static final Connection.ModelType UnknownEnumValue
public static Connection.ModelType[] values()
for (Connection.ModelType c : Connection.ModelType.values()) System.out.println(c);
public static Connection.ModelType 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 static Connection.ModelType create(String key)
Copyright © 2016–2024. All rights reserved.