Uses of Class
org.hl7.fhir.validation.cli.utils.ValidationLevel
-
Packages that use ValidationLevel Package Description org.hl7.fhir.validation org.hl7.fhir.validation.cli.model org.hl7.fhir.validation.cli.utils -
-
Uses of ValidationLevel in org.hl7.fhir.validation
Methods in org.hl7.fhir.validation that return ValidationLevel Modifier and Type Method Description ValidationLevelBaseValidator. getLevel()Methods in org.hl7.fhir.validation with parameters of type ValidationLevel Modifier and Type Method Description voidBaseValidator. setLevel(ValidationLevel level) -
Uses of ValidationLevel in org.hl7.fhir.validation.cli.model
Methods in org.hl7.fhir.validation.cli.model that return ValidationLevel Modifier and Type Method Description ValidationLevelCliContext. getLevel()Methods in org.hl7.fhir.validation.cli.model with parameters of type ValidationLevel Modifier and Type Method Description CliContextCliContext. setLevel(ValidationLevel level) -
Uses of ValidationLevel in org.hl7.fhir.validation.cli.utils
Methods in org.hl7.fhir.validation.cli.utils that return ValidationLevel Modifier and Type Method Description static ValidationLevelValidationLevel. fromCode(String v)static ValidationLevelValidationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationLevel[]ValidationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-