Uses of Class
org.ehrbase.application.config.validation.ValidationProperties.ProviderType
-
Packages that use ValidationProperties.ProviderType Package Description org.ehrbase.application.config.validation -
-
Uses of ValidationProperties.ProviderType in org.ehrbase.application.config.validation
Methods in org.ehrbase.application.config.validation that return ValidationProperties.ProviderType Modifier and Type Method Description ValidationProperties.ProviderTypeValidationProperties.Provider. getType()static ValidationProperties.ProviderTypeValidationProperties.ProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationProperties.ProviderType[]ValidationProperties.ProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.application.config.validation with parameters of type ValidationProperties.ProviderType Modifier and Type Method Description voidValidationProperties.Provider. setType(ValidationProperties.ProviderType type)
-