public enum EnumCM_VisualEvaluationMethods extends java.lang.Enum<EnumCM_VisualEvaluationMethods>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_VisualEvaluationMethods |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_VisualEvaluationMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_VisualEvaluationMethods OVERALL_IMAGE_QUALITY_EVALUATION
public static final EnumCM_VisualEvaluationMethods GRAYSCALE_RESOLUTION_EVALUATION
public static final EnumCM_VisualEvaluationMethods LUMINANCE_RESPONSE_EVALUATION
public static final EnumCM_VisualEvaluationMethods LUMINANCE_UNIFORMITY_EVALUATION
public static final EnumCM_VisualEvaluationMethods CHROMATICITY_EVALUATION
public static final EnumCM_VisualEvaluationMethods PIXEL_FAULTS_EVALUATION
public static final EnumCM_VisualEvaluationMethods VEILING_GLARE_EVALUATION
public static final EnumCM_VisualEvaluationMethods GEOMETRICAL_IMAGE_EVALUATION
public static final EnumCM_VisualEvaluationMethods ANGULAR_VIEWING_EVALUATION
public static final EnumCM_VisualEvaluationMethods CLINICAL_EVALUATION
public static EnumCM_VisualEvaluationMethods[] values()
for (EnumCM_VisualEvaluationMethods c : EnumCM_VisualEvaluationMethods.values()) System.out.println(c);
public static EnumCM_VisualEvaluationMethods 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()