public static enum AutonomousPatch.PatchModel extends Enum<AutonomousPatch.PatchModel> implements BmcEnum
Database patching model preference. See My Oracle Support note 2285040.1 for information on the Release Update (RU) and Release Update Revision (RUR) patching models.
Enum Constant and Description |
---|
ReleaseUpdateRevisions |
ReleaseUpdates |
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 AutonomousPatch.PatchModel |
create(String key) |
String |
getValue() |
static AutonomousPatch.PatchModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousPatch.PatchModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutonomousPatch.PatchModel ReleaseUpdates
public static final AutonomousPatch.PatchModel ReleaseUpdateRevisions
public static final AutonomousPatch.PatchModel UnknownEnumValue
public static AutonomousPatch.PatchModel[] values()
for (AutonomousPatch.PatchModel c : AutonomousPatch.PatchModel.values()) System.out.println(c);
public static AutonomousPatch.PatchModel 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 AutonomousPatch.PatchModel create(String key)
Copyright © 2016–2024. All rights reserved.