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