public enum EnumCV_IndicatedProblem extends java.lang.Enum<EnumCV_IndicatedProblem>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_IndicatedProblem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_IndicatedProblem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_IndicatedProblem RELEVANT_INDICATED_PROBLEMS_111514
public static final EnumCV_IndicatedProblem INDICATED_PROBLEM_111533
public static final EnumCV_IndicatedProblem ROLE_OF_PERSON_REPORTING_111534
public static final EnumCV_IndicatedProblem DATETIME_PROBLEM_OBSERVED_111535
public static final EnumCV_IndicatedProblem LATERALITY_G_C171
public static final EnumCV_IndicatedProblem FINDING_SITE_G_C0E3
public static final EnumCV_IndicatedProblem DURATION_G_7290
public static final EnumCV_IndicatedProblem FREQUENCY_R_407E7
public static final EnumCV_IndicatedProblem DATETIME_OF_LAST_EVALUATION_111536
public static final EnumCV_IndicatedProblem COMMENT_122106
public static final EnumCV_IndicatedProblem PROBLEM_LIST_11450_4
public static EnumCV_IndicatedProblem[] values()
for (EnumCV_IndicatedProblem c : EnumCV_IndicatedProblem.values()) System.out.println(c);
public static EnumCV_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()