public enum EntityCode extends Enum<EntityCode>
Enum Constant and Description |
---|
_UNKNOWN |
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
MED1 |
MED2 |
N |
P |
Q |
R |
Modifier and Type | Method and Description |
---|---|
static EntityCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityCode A
public static final EntityCode B
public static final EntityCode C
public static final EntityCode D
public static final EntityCode E
public static final EntityCode F
public static final EntityCode G
public static final EntityCode H
public static final EntityCode I
public static final EntityCode J
public static final EntityCode K
public static final EntityCode L
public static final EntityCode M
public static final EntityCode N
public static final EntityCode P
public static final EntityCode Q
public static final EntityCode R
public static final EntityCode MED1
public static final EntityCode MED2
public static final EntityCode _UNKNOWN
public static EntityCode[] values()
for (EntityCode c : EntityCode.values()) System.out.println(c);
public static EntityCode 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 nullCopyright © 2023 ChargeBee. All rights reserved.