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