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