public enum EnumCV_PurposeOfReferenceToObject extends java.lang.Enum<EnumCV_PurposeOfReferenceToObject>
| Enum Constant and Description |
|---|
ANALYSIS_OR_MEASUREMENTS_FOR_CURRENT_PROCEDURE_122073 |
PRE_PROCEDURE_LOG_122072 |
PRIOR_REPORT_FOR_CURRENT_PATIENT_122075 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PurposeOfReferenceToObject |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PurposeOfReferenceToObject[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PurposeOfReferenceToObject PRE_PROCEDURE_LOG_122072
public static final EnumCV_PurposeOfReferenceToObject ANALYSIS_OR_MEASUREMENTS_FOR_CURRENT_PROCEDURE_122073
public static final EnumCV_PurposeOfReferenceToObject PRIOR_REPORT_FOR_CURRENT_PATIENT_122075
public static EnumCV_PurposeOfReferenceToObject[] values()
for (EnumCV_PurposeOfReferenceToObject c : EnumCV_PurposeOfReferenceToObject.values()) System.out.println(c);
public static EnumCV_PurposeOfReferenceToObject 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 nullpublic java.lang.String getValue()