public enum Claim_EN extends Enum<Claim_EN>
Enum Constant and Description |
---|
ACTION_FLAG |
FILLER_1 |
FILLER_2 |
FILLER_3 |
FROM_DATE |
HIPPS |
ID |
M1033 |
M18XX |
PDX |
PERIOD_TIMING |
REFERRAL_SOURCE |
RETURN_CODE |
SDX |
THROUGH_DATE |
VALIDITY_FLAG |
VERSION |
Modifier and Type | Method and Description |
---|---|
int |
getItemNumberEnd() |
int |
getItemNumberStart() |
static Claim_EN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Claim_EN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Claim_EN ID
public static final Claim_EN FROM_DATE
public static final Claim_EN PERIOD_TIMING
public static final Claim_EN REFERRAL_SOURCE
public static final Claim_EN PDX
public static final Claim_EN SDX
public static final Claim_EN FILLER_1
public static final Claim_EN M1033
public static final Claim_EN M18XX
public static final Claim_EN FILLER_2
public static final Claim_EN THROUGH_DATE
public static final Claim_EN FILLER_3
public static final Claim_EN ACTION_FLAG
public static final Claim_EN VERSION
public static final Claim_EN HIPPS
public static final Claim_EN VALIDITY_FLAG
public static final Claim_EN RETURN_CODE
public static Claim_EN[] values()
for (Claim_EN c : Claim_EN.values()) System.out.println(c);
public static Claim_EN 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 int getItemNumberStart()
public int getItemNumberEnd()
Copyright © 2023. All rights reserved.