public static enum ValidationMessage.Source extends Enum<ValidationMessage.Source>
| Enum Constant and Description |
|---|
ExampleValidator |
InstanceValidator |
Ontology |
ProfileComparer |
ProfileValidator |
Publisher |
QuestionnaireResponseValidator |
ResourceValidator |
Schema |
Schematron |
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessage.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMessage.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationMessage.Source ExampleValidator
public static final ValidationMessage.Source ProfileValidator
public static final ValidationMessage.Source ResourceValidator
public static final ValidationMessage.Source InstanceValidator
public static final ValidationMessage.Source Schema
public static final ValidationMessage.Source Schematron
public static final ValidationMessage.Source Publisher
public static final ValidationMessage.Source Ontology
public static final ValidationMessage.Source ProfileComparer
public static final ValidationMessage.Source QuestionnaireResponseValidator
public static ValidationMessage.Source[] values()
for (ValidationMessage.Source c : ValidationMessage.Source.values()) System.out.println(c);
public static ValidationMessage.Source 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 nullCopyright © 2014–2018 University Health Network. All rights reserved.