Uses of Class
org.hl7.fhir.utilities.validation.ValidationMessage.Source
-
Packages that use ValidationMessage.Source Package Description org.hl7.fhir.utilities.validation -
-
Uses of ValidationMessage.Source in org.hl7.fhir.utilities.validation
Methods in org.hl7.fhir.utilities.validation that return ValidationMessage.Source Modifier and Type Method Description ValidationMessage.SourceValidationMessage. getSource()static ValidationMessage.SourceValidationMessage.Source. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationMessage.Source[]ValidationMessage.Source. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.utilities.validation with parameters of type ValidationMessage.Source Modifier and Type Method Description ValidationMessageValidationMessage. setSource(ValidationMessage.Source source)Constructors in org.hl7.fhir.utilities.validation with parameters of type ValidationMessage.Source Constructor Description ValidationMessage(ValidationMessage.Source source, ValidationMessage.IssueType type, int line, int col, String path, String message, String html, ValidationMessage.IssueSeverity level)ValidationMessage(ValidationMessage.Source source, ValidationMessage.IssueType type, int line, int col, String path, String message, ValidationMessage.IssueSeverity level)ValidationMessage(ValidationMessage.Source source, ValidationMessage.IssueType type, String path, String message, String html, ValidationMessage.IssueSeverity level)ValidationMessage(ValidationMessage.Source source, ValidationMessage.IssueType type, String path, String message, ValidationMessage.IssueSeverity level)
-