public enum CamsFixture extends Enum<CamsFixture>
| Enum Constant and Description |
|---|
DATA_POPULATOR |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
buildTestDataObject(Class<? extends T> clazz,
Properties properties,
String propertyKey,
String fieldNames,
String delimiter) |
static CamsFixture |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CamsFixture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CamsFixture DATA_POPULATOR
public static CamsFixture[] values()
for (CamsFixture c : CamsFixture.values()) System.out.println(c);
public static CamsFixture 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 nullpublic <T> T buildTestDataObject(Class<? extends T> clazz, Properties properties, String propertyKey, String fieldNames, String delimiter)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.