public static enum IntraLineDiff.Status extends java.lang.Enum<IntraLineDiff.Status> implements com.google.gerrit.reviewdb.client.CodedEnum
Modifier and Type | Method and Description |
---|---|
char |
getCode() |
static IntraLineDiff.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IntraLineDiff.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntraLineDiff.Status EDIT_LIST
public static final IntraLineDiff.Status DISABLED
public static final IntraLineDiff.Status TIMEOUT
public static final IntraLineDiff.Status ERROR
public static IntraLineDiff.Status[] values()
for (IntraLineDiff.Status c : IntraLineDiff.Status.values()) System.out.println(c);
public static IntraLineDiff.Status 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 char getCode()
getCode
in interface com.google.gerrit.reviewdb.client.CodedEnum