public enum FundingProposalMergeType extends Enum<FundingProposalMergeType>
| Modifier and Type | Method and Description |
|---|---|
String |
getDesc() |
static FundingProposalMergeType |
getFundingProposalMergeType(String key) |
String |
getKey() |
void |
setDesc(String desc) |
void |
setKey(String key) |
static FundingProposalMergeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FundingProposalMergeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FundingProposalMergeType NOCHANGE
public static final FundingProposalMergeType MERGE
public static final FundingProposalMergeType REPLACE
public static final FundingProposalMergeType NEWAWARD
public static FundingProposalMergeType[] values()
for (FundingProposalMergeType c : FundingProposalMergeType.values()) System.out.println(c);
public static FundingProposalMergeType 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 getKey()
public void setKey(String key)
public String getDesc()
public void setDesc(String desc)
public static FundingProposalMergeType getFundingProposalMergeType(String key)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.