public enum EnumCM_BreastCancerRiskFactors extends java.lang.Enum<EnumCM_BreastCancerRiskFactors>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_BreastCancerRiskFactors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_BreastCancerRiskFactors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_BreastCancerRiskFactors PERSONAL_BREAST_CANCER_HISTORY
public static final EnumCM_BreastCancerRiskFactors HISTORY_OF_ENDOMETRIAL_CANCER
public static final EnumCM_BreastCancerRiskFactors HISTORY_OF_OVARIAN_CANCER
public static final EnumCM_BreastCancerRiskFactors HISTORY_OF_HIGH_RISK_LESION_ON_PREVIOUS_BIOPSY
public static final EnumCM_BreastCancerRiskFactors POST_MENOPAUSAL_PATIENT
public static final EnumCM_BreastCancerRiskFactors NULLIPAROUS
public static final EnumCM_BreastCancerRiskFactors LATE_CHILD_BEARING_AFTER_30
public static final EnumCM_BreastCancerRiskFactors BRCA1_BREAST_CANCER_GENE
public static final EnumCM_BreastCancerRiskFactors BRCA2_BREAST_CANCER_GENE
public static final EnumCM_BreastCancerRiskFactors BRCA3_BREAST_CANCER_GENE
public static final EnumCM_BreastCancerRiskFactors FAMILY_HISTORY_OF_BREAST_CANCER
public static final EnumCM_BreastCancerRiskFactors WEAK_FAMILY_HISTORY_OF_BREAST_CANCER
public static final EnumCM_BreastCancerRiskFactors INTERMEDIATE_FAMILY_HISTORY_OF_BREAST_CANCER
public static final EnumCM_BreastCancerRiskFactors VERY_STRONG_FAMILY_HISTORY_OF_BREAST_CANCER
public static final EnumCM_BreastCancerRiskFactors FAMILY_HISTORY_OF_PROSTATE_CANCER
public static final EnumCM_BreastCancerRiskFactors FAMILY_HISTORY_UNKNOWN
public static final EnumCM_BreastCancerRiskFactors NO_FAMILY_HISTORY_OF_BREAST_CARCINOMA
public static EnumCM_BreastCancerRiskFactors[] values()
for (EnumCM_BreastCancerRiskFactors c : EnumCM_BreastCancerRiskFactors.values()) System.out.println(c);
public static EnumCM_BreastCancerRiskFactors 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()