public enum ClaimException extends Enum<ClaimException>
| Enum Constant and Description |
|---|
DISABLED
Disabled
|
NULL
added to help the parsers
|
STUDENT
Fulltime Student
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimException |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ClaimException |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaimException[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClaimException STUDENT
public static final ClaimException DISABLED
public static final ClaimException NULL
public static ClaimException[] values()
for (ClaimException c : ClaimException.values()) System.out.println(c);
public static ClaimException 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 ClaimException fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.