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