public static enum ConvertToPdbTargetBase.Target extends Enum<ConvertToPdbTargetBase.Target> implements BmcEnum
The target container database of the pluggable database created by the database conversion
operation. Currently, the database conversion operation only supports creating the pluggable
database in a new container database. - Use NEW_DATABASE
to specify that the
pluggable database be created within a new container database in the same database home.
Enum Constant and Description |
---|
NewDatabase |
Modifier and Type | Method and Description |
---|---|
static ConvertToPdbTargetBase.Target |
create(String key) |
String |
getValue() |
static ConvertToPdbTargetBase.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvertToPdbTargetBase.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConvertToPdbTargetBase.Target NewDatabase
public static ConvertToPdbTargetBase.Target[] values()
for (ConvertToPdbTargetBase.Target c : ConvertToPdbTargetBase.Target.values()) System.out.println(c);
public static ConvertToPdbTargetBase.Target 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 ConvertToPdbTargetBase.Target create(String key)
Copyright © 2016–2024. All rights reserved.