public enum EnumCM_IndicatedProblem extends java.lang.Enum<EnumCM_IndicatedProblem>
| Enum Constant and Description |
|---|
COMMENT |
DATETIME_OF_LAST_EVALUATION |
DATETIME_PROBLEM_OBSERVED |
DURATION |
FINDING_SITE |
FREQUENCY |
INDICATED_PROBLEM |
LATERALITY |
PROBLEM_LIST |
RELEVANT_INDICATED_PROBLEMS |
ROLE_OF_PERSON_REPORTING |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_IndicatedProblem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_IndicatedProblem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_IndicatedProblem RELEVANT_INDICATED_PROBLEMS
public static final EnumCM_IndicatedProblem INDICATED_PROBLEM
public static final EnumCM_IndicatedProblem ROLE_OF_PERSON_REPORTING
public static final EnumCM_IndicatedProblem DATETIME_PROBLEM_OBSERVED
public static final EnumCM_IndicatedProblem LATERALITY
public static final EnumCM_IndicatedProblem FINDING_SITE
public static final EnumCM_IndicatedProblem DURATION
public static final EnumCM_IndicatedProblem FREQUENCY
public static final EnumCM_IndicatedProblem DATETIME_OF_LAST_EVALUATION
public static final EnumCM_IndicatedProblem COMMENT
public static final EnumCM_IndicatedProblem PROBLEM_LIST
public static EnumCM_IndicatedProblem[] values()
for (EnumCM_IndicatedProblem c : EnumCM_IndicatedProblem.values()) System.out.println(c);
public static EnumCM_IndicatedProblem 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()