public enum Adjudication extends Enum<Adjudication>
| Enum Constant and Description |
|---|
BENEFIT
null
|
COPAY
null
|
DEDUCTIBLE
null
|
ELIGIBLE
null
|
ELIGPERCENT
null
|
NULL
added to help the parsers
|
TAX
null
|
TOTAL
null
|
| Modifier and Type | Method and Description |
|---|---|
static Adjudication |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Adjudication |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Adjudication[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Adjudication TOTAL
public static final Adjudication COPAY
public static final Adjudication ELIGIBLE
public static final Adjudication DEDUCTIBLE
public static final Adjudication ELIGPERCENT
public static final Adjudication TAX
public static final Adjudication BENEFIT
public static final Adjudication NULL
public static Adjudication[] values()
for (Adjudication c : Adjudication.values()) System.out.println(c);
public static Adjudication 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 static Adjudication fromCode(String codeString) throws Exception
Exceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.