public enum RequisitionAccountingLineFixture extends Enum<RequisitionAccountingLineFixture>
Modifier and Type | Method and Description |
---|---|
void |
addTo(PurApItem item,
PurApAccountingLineFixture purApaccountFixture,
AccountingLineFixture alFixture)
This method adds an account to an item
|
void |
addTo(RequisitionItem item) |
PurApAccountingLine |
createPurApAccountingLine(Class clazz,
PurApAccountingLineFixture puralFixture,
AccountingLineFixture alFixture) |
static RequisitionAccountingLineFixture |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequisitionAccountingLineFixture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequisitionAccountingLineFixture BASIC_REQ_ACCOUNT_1
public static final RequisitionAccountingLineFixture BASIC_REQ_ACCOUNT_2
public static final RequisitionAccountingLineFixture PERFORMANCE_ACCOUNT
public static final RequisitionAccountingLineFixture APO_REQ_ACCOUNT_1
public static final RequisitionAccountingLineFixture APO_REQ_ACCOUNT_2
public static final RequisitionAccountingLineFixture APO_REQ_ACCOUNT_3
public static final RequisitionAccountingLineFixture APO_REQ_ACCOUNT_4
public static final RequisitionAccountingLineFixture REQ_ACCOUNT_NEGATIVE_AMOUNT
public static final RequisitionAccountingLineFixture REQ_ACCOUNT_MULTI_QUANTITY
public static final RequisitionAccountingLineFixture REQ_ACCOUNT_MULTI_NON_QUANTITY
public static final RequisitionAccountingLineFixture APO_ACCOUNT_VALID_CAPITAL_ASSET_OBJECT_CODE
public static final RequisitionAccountingLineFixture APO_ACCOUNT_VALID_CAPITAL_ASSET_OBJECT_CODE_50_PERCENT
public static final RequisitionAccountingLineFixture APO_ACCOUNT_VALID_EXPENSE_OBJECT_CODE_50_PERCENT
public static RequisitionAccountingLineFixture[] values()
for (RequisitionAccountingLineFixture c : RequisitionAccountingLineFixture.values()) System.out.println(c);
public static RequisitionAccountingLineFixture 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 PurApAccountingLine createPurApAccountingLine(Class clazz, PurApAccountingLineFixture puralFixture, AccountingLineFixture alFixture)
public void addTo(RequisitionItem item)
public void addTo(PurApItem item, PurApAccountingLineFixture purApaccountFixture, AccountingLineFixture alFixture) throws IllegalAccessException, InstantiationException
document
- purApItemFixture
- IllegalAccessException
InstantiationException
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.