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