public static enum CommitParams.DryRunOutformat extends Enum<CommitParams.DryRunOutformat>
| Modifier and Type | Method and Description | 
|---|---|
static CommitParams.DryRunOutformat | 
fromValue(int value)  | 
int | 
getValue()  | 
String | 
toString()  | 
static CommitParams.DryRunOutformat | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CommitParams.DryRunOutformat[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final CommitParams.DryRunOutformat XML
public static final CommitParams.DryRunOutformat CLI
public static final CommitParams.DryRunOutformat NATIVE
public static final CommitParams.DryRunOutformat CLI_C
public static CommitParams.DryRunOutformat[] values()
for (CommitParams.DryRunOutformat c : CommitParams.DryRunOutformat.values()) System.out.println(c);
public static CommitParams.DryRunOutformat 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 int getValue()
public static CommitParams.DryRunOutformat fromValue(int value)
public String toString()
toString in class Enum<CommitParams.DryRunOutformat>