@Generated(value="OracleSDKGenerator", comments="API Version: 20210929") public enum MigrationDatabaseTargetTypes extends Enum<MigrationDatabaseTargetTypes> implements BmcEnum
Possible Migration Database Target types to specify.
Enum Constant and Description |
---|
AdbDAutocreate |
AdbDRemap |
AdbSRemap |
NonAdbAutocreate |
NonAdbRemap |
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 MigrationDatabaseTargetTypes |
create(String key) |
String |
getValue() |
static MigrationDatabaseTargetTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationDatabaseTargetTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigrationDatabaseTargetTypes AdbSRemap
public static final MigrationDatabaseTargetTypes AdbDRemap
public static final MigrationDatabaseTargetTypes AdbDAutocreate
public static final MigrationDatabaseTargetTypes NonAdbRemap
public static final MigrationDatabaseTargetTypes NonAdbAutocreate
public static final MigrationDatabaseTargetTypes UnknownEnumValue
public static MigrationDatabaseTargetTypes[] values()
for (MigrationDatabaseTargetTypes c : MigrationDatabaseTargetTypes.values()) System.out.println(c);
public static MigrationDatabaseTargetTypes 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 MigrationDatabaseTargetTypes create(String key)
Copyright © 2016–2023. All rights reserved.