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