public enum EnumCM_RiskFactor extends java.lang.Enum<EnumCM_RiskFactor>
| Enum Constant and Description |
|---|
AGE_AT_OCCURRENCE |
COMMENT |
DURATION |
FAMILY_MEMBER_WITH_RISK_FACTOR |
GESTATIONAL_AGE |
MENOPAUSAL_PHASE |
RELEVANT_RISK_FACTORS |
RISK_FACTOR |
RISK_FACTOR_MODIFIER |
ROLE_OF_PERSON_REPORTING |
SIDE_OF_FAMILY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_RiskFactor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_RiskFactor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_RiskFactor RELEVANT_RISK_FACTORS
public static final EnumCM_RiskFactor RISK_FACTOR
public static final EnumCM_RiskFactor RISK_FACTOR_MODIFIER
public static final EnumCM_RiskFactor GESTATIONAL_AGE
public static final EnumCM_RiskFactor ROLE_OF_PERSON_REPORTING
public static final EnumCM_RiskFactor AGE_AT_OCCURRENCE
public static final EnumCM_RiskFactor DURATION
public static final EnumCM_RiskFactor COMMENT
public static final EnumCM_RiskFactor FAMILY_MEMBER_WITH_RISK_FACTOR
public static final EnumCM_RiskFactor MENOPAUSAL_PHASE
public static final EnumCM_RiskFactor SIDE_OF_FAMILY
public static EnumCM_RiskFactor[] values()
for (EnumCM_RiskFactor c : EnumCM_RiskFactor.values()) System.out.println(c);
public static EnumCM_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()