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