public static enum ICPRegistration.Prealign extends java.lang.Enum<ICPRegistration.Prealign>
| Enum Constant and Description | 
|---|
| NONE | 
| PCA_0 | 
| PCA_1 | 
| PCA_2 | 
| PCA_3 | 
| PCA_ALL | 
| Modifier and Type | Method and Description | 
|---|---|
| static ICPRegistration.Prealign | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ICPRegistration.Prealign[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ICPRegistration.Prealign NONE
public static final ICPRegistration.Prealign PCA_ALL
public static final ICPRegistration.Prealign PCA_0
public static final ICPRegistration.Prealign PCA_1
public static final ICPRegistration.Prealign PCA_2
public static final ICPRegistration.Prealign PCA_3
public static ICPRegistration.Prealign[] values()
for (ICPRegistration.Prealign c : ICPRegistration.Prealign.values()) System.out.println(c);
public static ICPRegistration.Prealign 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 null