public enum SubAwardPrintType extends Enum<SubAwardPrintType>
| Enum Constant and Description |
|---|
SUB_AWARD_SF_294_PRINT_TYPE |
SUB_AWARD_SF_295_PRINT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubAwardPrintType() |
static SubAwardPrintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubAwardPrintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubAwardPrintType SUB_AWARD_SF_294_PRINT_TYPE
public static final SubAwardPrintType SUB_AWARD_SF_295_PRINT_TYPE
public static SubAwardPrintType[] values()
for (SubAwardPrintType c : SubAwardPrintType.values()) System.out.println(c);
public static SubAwardPrintType 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 String getSubAwardPrintType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.