public static enum PdbConversionHistoryEntry.Target extends Enum<PdbConversionHistoryEntry.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 |
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 PdbConversionHistoryEntry.Target |
create(String key) |
String |
getValue() |
static PdbConversionHistoryEntry.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdbConversionHistoryEntry.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdbConversionHistoryEntry.Target NewDatabase
public static final PdbConversionHistoryEntry.Target UnknownEnumValue
public static PdbConversionHistoryEntry.Target[] values()
for (PdbConversionHistoryEntry.Target c : PdbConversionHistoryEntry.Target.values()) System.out.println(c);
public static PdbConversionHistoryEntry.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 PdbConversionHistoryEntry.Target create(String key)
Copyright © 2016–2024. All rights reserved.