@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public enum JobModeOracle extends Enum<JobModeOracle> implements BmcEnum
job mode.
Enum Constant and Description |
---|
Full |
Schema |
Table |
Tablespace |
Transportable |
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 JobModeOracle |
create(String key) |
String |
getValue() |
static JobModeOracle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobModeOracle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobModeOracle Full
public static final JobModeOracle Schema
public static final JobModeOracle Table
public static final JobModeOracle Tablespace
public static final JobModeOracle Transportable
public static final JobModeOracle UnknownEnumValue
public static JobModeOracle[] values()
for (JobModeOracle c : JobModeOracle.values()) System.out.println(c);
public static JobModeOracle 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 JobModeOracle create(String key)
Copyright © 2016–2024. All rights reserved.