Package | Description |
---|---|
org.openmrs.util |
Shared utilities for OpenMRS classes
|
Modifier and Type | Method and Description |
---|---|
static InputRequiredException.DATATYPE |
InputRequiredException.DATATYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputRequiredException.DATATYPE[] |
InputRequiredException.DATATYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,InputRequiredException.DATATYPE> |
InputRequiredException.getRequiredInput()
The user prompts and datatype for each question that the user has to provide input for
|
Constructor and Description |
---|
InputRequiredException(Map<String,InputRequiredException.DATATYPE> requiredInput)
Common constructor taking in a message to give the user some context as to where/why the
authentication failed.
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.