public static enum PatchScript.DisplayMethod extends Enum<PatchScript.DisplayMethod>
| Modifier and Type | Method and Description | 
|---|---|
static PatchScript.DisplayMethod | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PatchScript.DisplayMethod[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final PatchScript.DisplayMethod NONE
public static final PatchScript.DisplayMethod DIFF
public static final PatchScript.DisplayMethod IMG
public static PatchScript.DisplayMethod[] values()
for (PatchScript.DisplayMethod c : PatchScript.DisplayMethod.values()) System.out.println(c);
public static PatchScript.DisplayMethod 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 null