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