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