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