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