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