public enum EnumCV_ProblemProperties extends java.lang.Enum<EnumCV_ProblemProperties>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ProblemProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ProblemProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ProblemProperties COMMENT_121106
public static final EnumCV_ProblemProperties THERAPY_P0_0000E
public static final EnumCV_ProblemProperties STAGE_G_C16B
public static final EnumCV_ProblemProperties DATETIME_PROBLEM_RESOLVED_121433
public static final EnumCV_ProblemProperties DATETIME_STARTED_111526
public static final EnumCV_ProblemProperties CONCERN_121430
public static final EnumCV_ProblemProperties DATETIME_CONCERN_NOTED_121431
public static final EnumCV_ProblemProperties DATETIME_CONCERN_RESOLVED_121432
public static final EnumCV_ProblemProperties STATUS_33999_4
public static final EnumCV_ProblemProperties SEVERITY_G_C197
public static final EnumCV_ProblemProperties HEALTH_STATUS_11323_3
public static EnumCV_ProblemProperties[] values()
for (EnumCV_ProblemProperties c : EnumCV_ProblemProperties.values()) System.out.println(c);
public static EnumCV_ProblemProperties 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()