public static enum ValidationMessage.IssueSeverity extends Enum<ValidationMessage.IssueSeverity>
| Enum Constant and Description |
|---|
ERROR
The issue is sufficiently important to cause the action to fail.
|
FATAL
The issue caused the action to fail, and no further checking could be performed.
|
INFORMATION
The issue has no relation to the degree of success of the action.
|
NULL
added to help the parsers with the generic types
|
WARNING
The issue is not important enough to cause the action to fail, but may cause it to be performed suboptimally or in a way that is not as desired.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessage.IssueSeverity |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
boolean |
isError() |
String |
toCode() |
static ValidationMessage.IssueSeverity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMessage.IssueSeverity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationMessage.IssueSeverity FATAL
public static final ValidationMessage.IssueSeverity ERROR
public static final ValidationMessage.IssueSeverity WARNING
public static final ValidationMessage.IssueSeverity INFORMATION
public static final ValidationMessage.IssueSeverity NULL
public static ValidationMessage.IssueSeverity[] values()
for (ValidationMessage.IssueSeverity c : ValidationMessage.IssueSeverity.values()) System.out.println(c);
public static ValidationMessage.IssueSeverity 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 ValidationMessage.IssueSeverity fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
public boolean isError()
Copyright © 2014–2019 University Health Network. All rights reserved.