public static enum PatchDetails.Type extends Enum<PatchDetails.Type>
| Enum Constant and Description |
|---|
CUMULATIVE |
ONE_OFF |
| Modifier and Type | Method and Description |
|---|---|
static PatchDetails.Type |
fromJsonValue(String value) |
String |
toString() |
static PatchDetails.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchDetails.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchDetails.Type CUMULATIVE
public static final PatchDetails.Type ONE_OFF
public static PatchDetails.Type[] values()
for (PatchDetails.Type c : PatchDetails.Type.values()) System.out.println(c);
public static PatchDetails.Type 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 PatchDetails.Type fromJsonValue(String value)
public String toString()
toString in class Enum<PatchDetails.Type>Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.