public static enum BaselineTestCase.Mode extends Enum<BaselineTestCase.Mode>
| Enum Constant and Description | 
|---|
| CLEAR_DB | 
| NONE | 
| ROLLBACK | 
| ROLLBACK_CLEAR_DB | 
| Modifier and Type | Method and Description | 
|---|---|
| static BaselineTestCase.Mode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static BaselineTestCase.Mode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final BaselineTestCase.Mode CLEAR_DB
public static final BaselineTestCase.Mode ROLLBACK_CLEAR_DB
public static final BaselineTestCase.Mode ROLLBACK
public static final BaselineTestCase.Mode NONE
public static BaselineTestCase.Mode[] values()
for (BaselineTestCase.Mode c : BaselineTestCase.Mode.values()) System.out.println(c);
public static BaselineTestCase.Mode 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 nullCopyright © 2005–2016 The Kuali Foundation. All rights reserved.