public enum EnumCV_LevelOfSignificance extends java.lang.Enum<EnumCV_LevelOfSignificance>
| Enum Constant and Description |
|---|
HIGHLY_SIGNIFICANT_R_0030C |
MOST_SIGNIFICANT_R_00333 |
NOT_SIGNIFICANT_R_00345 |
SIGNIFICANCE_UNDETERMINED_R_10046 |
SIGNIFICANT_R_10045 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_LevelOfSignificance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_LevelOfSignificance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_LevelOfSignificance MOST_SIGNIFICANT_R_00333
public static final EnumCV_LevelOfSignificance HIGHLY_SIGNIFICANT_R_0030C
public static final EnumCV_LevelOfSignificance SIGNIFICANT_R_10045
public static final EnumCV_LevelOfSignificance NOT_SIGNIFICANT_R_00345
public static final EnumCV_LevelOfSignificance SIGNIFICANCE_UNDETERMINED_R_10046
public static EnumCV_LevelOfSignificance[] values()
for (EnumCV_LevelOfSignificance c : EnumCV_LevelOfSignificance.values()) System.out.println(c);
public static EnumCV_LevelOfSignificance 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()