public static enum PatientIdentifierType.LocationBehavior extends Enum<PatientIdentifierType.LocationBehavior>
Enum Constant and Description |
---|
NOT_USED
Indicates that location is not used for the current identifier type
|
REQUIRED
Indicates that location is required for the current identifier type
|
Modifier and Type | Method and Description |
---|---|
static PatientIdentifierType.LocationBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatientIdentifierType.LocationBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatientIdentifierType.LocationBehavior REQUIRED
public static final PatientIdentifierType.LocationBehavior NOT_USED
public static PatientIdentifierType.LocationBehavior[] values()
for (PatientIdentifierType.LocationBehavior c : PatientIdentifierType.LocationBehavior.values()) System.out.println(c);
public static PatientIdentifierType.LocationBehavior 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 © 2024 OpenMRS Inc.. All rights reserved.