public enum FundCodeType extends java.lang.Enum<FundCodeType>
Enum Constant and Description |
---|
AMF |
CF |
EAFRD |
EGF |
EMFF |
ENI |
ERDF |
ESF |
FEAD |
IPAD |
IPAE |
ISF |
YEI |
Modifier and Type | Method and Description |
---|---|
static FundCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FundCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FundCodeType ESF
public static final FundCodeType FEAD
public static final FundCodeType ERDF
public static final FundCodeType CF
public static final FundCodeType EMFF
public static final FundCodeType EAFRD
public static final FundCodeType AMF
public static final FundCodeType ISF
public static final FundCodeType YEI
public static final FundCodeType ENI
public static final FundCodeType IPAE
public static final FundCodeType EGF
public static final FundCodeType IPAD
public static FundCodeType[] values()
for (FundCodeType c : FundCodeType.values()) System.out.println(c);
public static FundCodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2024. All rights reserved.