public static enum PatchHistoryEntry.PatchType extends Enum<PatchHistoryEntry.PatchType> implements BmcEnum
The type of Patch operation.
Enum Constant and Description |
---|
Db |
Gi |
Os |
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 PatchHistoryEntry.PatchType |
create(String key) |
String |
getValue() |
static PatchHistoryEntry.PatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchHistoryEntry.PatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchHistoryEntry.PatchType Os
public static final PatchHistoryEntry.PatchType Db
public static final PatchHistoryEntry.PatchType Gi
public static final PatchHistoryEntry.PatchType UnknownEnumValue
public static PatchHistoryEntry.PatchType[] values()
for (PatchHistoryEntry.PatchType c : PatchHistoryEntry.PatchType.values()) System.out.println(c);
public static PatchHistoryEntry.PatchType 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 PatchHistoryEntry.PatchType create(String key)
Copyright © 2016–2024. All rights reserved.