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