public static enum PatientIdentifierType.LocationBehavior extends java.lang.Enum<PatientIdentifierType.LocationBehavior>
| Enum Constant and Description | 
|---|
| NOT_USEDIndicates that location is not used for the current identifier type | 
| REQUIREDIndicates that location is required for the current identifier type | 
| Modifier and Type | Method and Description | 
|---|---|
| static PatientIdentifierType.LocationBehavior | valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 OpenMRS Inc.. All Rights Reserved.