public static enum KflSorter.Transitions extends java.lang.Enum<KflSorter.Transitions>
Enum Constant and Description |
---|
FAIL2ERROR |
FAIL2FAIL |
FAIL2MISSING |
FAIL2NOTRUN |
FAIL2PASS |
NEWFAILURES |
OTHER_ERRORS |
TC_FAIL2ERROR |
TC_FAIL2MISSING |
TC_FAIL2NOTRUN |
TC_FAIL2PASS |
TC_NEWFAILURES |
TC_PASS2ERROR |
Modifier and Type | Method and Description |
---|---|
static KflSorter.Transitions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KflSorter.Transitions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KflSorter.Transitions FAIL2PASS
public static final KflSorter.Transitions FAIL2ERROR
public static final KflSorter.Transitions FAIL2MISSING
public static final KflSorter.Transitions FAIL2NOTRUN
public static final KflSorter.Transitions FAIL2FAIL
public static final KflSorter.Transitions NEWFAILURES
public static final KflSorter.Transitions OTHER_ERRORS
public static final KflSorter.Transitions TC_FAIL2MISSING
public static final KflSorter.Transitions TC_FAIL2PASS
public static final KflSorter.Transitions TC_PASS2ERROR
public static final KflSorter.Transitions TC_FAIL2NOTRUN
public static final KflSorter.Transitions TC_FAIL2ERROR
public static final KflSorter.Transitions TC_NEWFAILURES
public static KflSorter.Transitions[] values()
for (KflSorter.Transitions c : KflSorter.Transitions.values()) System.out.println(c);
public static KflSorter.Transitions 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 nullCopyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.