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