public enum SfcHolderType extends java.lang.Enum<SfcHolderType>
Enum Constant and Description |
---|
AMF |
CF |
EAFRD |
EGF |
EMFF |
EMFF_SPLIT |
ENI |
ERDF |
ESF |
FEAD |
FEAD_SPLIT |
IGJ_ETC |
IGJ_ETC_SPLIT |
IPAD |
IPAE |
ISF |
ISF_BORDER |
ISF_POLICE |
SPECIAL_CASES |
YEI |
Modifier and Type | Method and Description |
---|---|
static SfcHolderType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static SfcHolderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SfcHolderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SfcHolderType EAFRD
public static final SfcHolderType IPAE
public static final SfcHolderType IGJ_ETC
public static final SfcHolderType CF
public static final SfcHolderType YEI
public static final SfcHolderType ERDF
public static final SfcHolderType ESF
public static final SfcHolderType ENI
public static final SfcHolderType IPAD
public static final SfcHolderType SPECIAL_CASES
public static final SfcHolderType ISF_BORDER
public static final SfcHolderType ISF
public static final SfcHolderType ISF_POLICE
public static final SfcHolderType AMF
public static final SfcHolderType EGF
public static final SfcHolderType IGJ_ETC_SPLIT
public static final SfcHolderType FEAD
public static final SfcHolderType FEAD_SPLIT
public static final SfcHolderType EMFF
public static final SfcHolderType EMFF_SPLIT
public static SfcHolderType[] values()
for (SfcHolderType c : SfcHolderType.values()) System.out.println(c);
public static SfcHolderType 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 nullpublic java.lang.String value()
public static SfcHolderType fromValue(java.lang.String v)
Copyright © 2024. All rights reserved.