public static enum Diffstat.StatusEnum extends java.lang.Enum<Diffstat.StatusEnum>
| Modifier and Type | Method and Description |
|---|---|
static Diffstat.StatusEnum |
fromValue(java.lang.String v) |
java.lang.String |
toString() |
java.lang.String |
value() |
static Diffstat.StatusEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Diffstat.StatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Diffstat.StatusEnum ADDED
public static final Diffstat.StatusEnum REMOVED
public static final Diffstat.StatusEnum MODIFIED
public static final Diffstat.StatusEnum RENAMED
public static Diffstat.StatusEnum[] values()
for (Diffstat.StatusEnum c : Diffstat.StatusEnum.values()) System.out.println(c);
public static Diffstat.StatusEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public java.lang.String toString()
toString in class java.lang.Enum<Diffstat.StatusEnum>public static Diffstat.StatusEnum fromValue(java.lang.String v)