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