public static enum ConnectionSummary.ModelType extends Enum<ConnectionSummary.ModelType>
The type of the connection.
Enum Constant and Description |
---|
AmazonS3Connection |
BiccConnection |
BipConnection |
GenericJdbcConnection |
MysqlConnection |
OracleAdwcConnection |
OracleAtpConnection |
OracledbConnection |
OracleObjectStorageConnection |
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 ConnectionSummary.ModelType |
create(String key) |
String |
getValue() |
static ConnectionSummary.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionSummary.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionSummary.ModelType OracleAdwcConnection
public static final ConnectionSummary.ModelType OracleAtpConnection
public static final ConnectionSummary.ModelType OracleObjectStorageConnection
public static final ConnectionSummary.ModelType OracledbConnection
public static final ConnectionSummary.ModelType MysqlConnection
public static final ConnectionSummary.ModelType GenericJdbcConnection
public static final ConnectionSummary.ModelType BiccConnection
public static final ConnectionSummary.ModelType AmazonS3Connection
public static final ConnectionSummary.ModelType BipConnection
public static final ConnectionSummary.ModelType UnknownEnumValue
public static ConnectionSummary.ModelType[] values()
for (ConnectionSummary.ModelType c : ConnectionSummary.ModelType.values()) System.out.println(c);
public static ConnectionSummary.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 String getValue()
public static ConnectionSummary.ModelType create(String key)
Copyright © 2016–2022. All rights reserved.