public enum EnumCV_PerformingRole extends java.lang.Enum<EnumCV_PerformingRole>
| Enum Constant and Description |
|---|
ASSISTING_121099 |
CIRCULATING_NURSE_J_0714B |
IRRADIATION_ADMINISTERING_113851 |
IRRADIATION_AUTHORIZING_113850 |
PERFORMING_121094 |
RECORDING_121097 |
REFERRING_C1709880 |
REQUESTING_121096 |
STANDBY_121101 |
VERIFYING_121098 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PerformingRole |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PerformingRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PerformingRole PERFORMING_121094
public static final EnumCV_PerformingRole REFERRING_C1709880
public static final EnumCV_PerformingRole REQUESTING_121096
public static final EnumCV_PerformingRole RECORDING_121097
public static final EnumCV_PerformingRole VERIFYING_121098
public static final EnumCV_PerformingRole ASSISTING_121099
public static final EnumCV_PerformingRole CIRCULATING_NURSE_J_0714B
public static final EnumCV_PerformingRole STANDBY_121101
public static final EnumCV_PerformingRole IRRADIATION_AUTHORIZING_113850
public static final EnumCV_PerformingRole IRRADIATION_ADMINISTERING_113851
public static EnumCV_PerformingRole[] values()
for (EnumCV_PerformingRole c : EnumCV_PerformingRole.values()) System.out.println(c);
public static EnumCV_PerformingRole 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()