public enum EnumCV_RiskFactor extends java.lang.Enum<EnumCV_RiskFactor>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_RiskFactor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_RiskFactor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_RiskFactor RELEVANT_RISK_FACTORS_111515
public static final EnumCV_RiskFactor RISK_FACTOR_F_01500
public static final EnumCV_RiskFactor RISK_FACTOR_MODIFIER_111530
public static final EnumCV_RiskFactor GESTATIONAL_AGE_18185_9
public static final EnumCV_RiskFactor ROLE_OF_PERSON_REPORTING_111534
public static final EnumCV_RiskFactor AGE_AT_OCCURRENCE_111538
public static final EnumCV_RiskFactor DURATION_G_7290
public static final EnumCV_RiskFactor COMMENT_121106
public static final EnumCV_RiskFactor FAMILY_MEMBER_WITH_RISK_FACTOR_111537
public static final EnumCV_RiskFactor MENOPAUSAL_PHASE_111539
public static final EnumCV_RiskFactor SIDE_OF_FAMILY_111540
public static EnumCV_RiskFactor[] values()
for (EnumCV_RiskFactor c : EnumCV_RiskFactor.values()) System.out.println(c);
public static EnumCV_RiskFactor 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()