public enum RotationMethod extends java.lang.Enum<RotationMethod>
| Enum Constant and Description |
|---|
BENTLER_Q |
BENTLER_T |
BIFACTOR |
BIQUARTIMIN |
CLUSTER |
GEOMIN_Q |
GEOMIN_T |
NONE |
OBLIMIN |
QUARTIIMAX |
QUARTIMIN |
SIMPLIMAX |
VARIMAX |
| Modifier and Type | Method and Description |
|---|---|
static RotationMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RotationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RotationMethod NONE
public static final RotationMethod VARIMAX
public static final RotationMethod QUARTIIMAX
public static final RotationMethod BENTLER_T
public static final RotationMethod GEOMIN_T
public static final RotationMethod BIFACTOR
public static final RotationMethod OBLIMIN
public static final RotationMethod GEOMIN_Q
public static final RotationMethod QUARTIMIN
public static final RotationMethod BIQUARTIMIN
public static final RotationMethod SIMPLIMAX
public static final RotationMethod BENTLER_Q
public static final RotationMethod CLUSTER
public static RotationMethod[] values()
for (RotationMethod c : RotationMethod.values()) System.out.println(c);
public static RotationMethod 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