public enum PatchFormat extends Enum<PatchFormat>
| Modifier and Type | Method and Description |
|---|---|
PatchFormatter |
getFormatter() |
String |
toString() |
static PatchFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchFormat JSON
public static final PatchFormat RAW
public static PatchFormat[] values()
for (PatchFormat c : PatchFormat.values()) System.out.println(c);
public static PatchFormat 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 String toString()
toString in class Enum<PatchFormat>public PatchFormatter getFormatter()
Copyright © 2017. All rights reserved.