public static enum StudyDesignChangeEvent.StudyDesignChangeType extends Enum<StudyDesignChangeEvent.StudyDesignChangeType>
Modifier and Type | Method and Description |
---|---|
static StudyDesignChangeEvent.StudyDesignChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudyDesignChangeEvent.StudyDesignChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StudyDesignChangeEvent.StudyDesignChangeType ALPHA_LIST
public static final StudyDesignChangeEvent.StudyDesignChangeType BETA_MATRIX
public static final StudyDesignChangeEvent.StudyDesignChangeType BETA_SCALE_LIST
public static final StudyDesignChangeEvent.StudyDesignChangeType BETWEEN_CONTRAST_MATRIX
public static final StudyDesignChangeEvent.StudyDesignChangeType BETWEEN_PARTICIPANT_FACTORS
public static final StudyDesignChangeEvent.StudyDesignChangeType CLUSTERING
public static final StudyDesignChangeEvent.StudyDesignChangeType CONFIDENCE_INTERVAL
public static final StudyDesignChangeEvent.StudyDesignChangeType COVARIATE
public static final StudyDesignChangeEvent.StudyDesignChangeType COVARIANCE
public static final StudyDesignChangeEvent.StudyDesignChangeType COVARIATE_COVARIANCE
public static final StudyDesignChangeEvent.StudyDesignChangeType DESIGN_ESSENCE_MATRIX
public static final StudyDesignChangeEvent.StudyDesignChangeType HYPOTHESIS
public static final StudyDesignChangeEvent.StudyDesignChangeType PER_GROUP_N_LIST
public static final StudyDesignChangeEvent.StudyDesignChangeType POWER_CURVE
public static final StudyDesignChangeEvent.StudyDesignChangeType POWER_LIST
public static final StudyDesignChangeEvent.StudyDesignChangeType POWER_METHOD_LIST
public static final StudyDesignChangeEvent.StudyDesignChangeType QUANTILE_LIST
public static final StudyDesignChangeEvent.StudyDesignChangeType RELATIVE_GROUP_SIZE_LIST
public static final StudyDesignChangeEvent.StudyDesignChangeType REPEATED_MEASURES
public static final StudyDesignChangeEvent.StudyDesignChangeType RESPONSES_LIST
public static final StudyDesignChangeEvent.StudyDesignChangeType SIGMA_COVARIATE_MATRIX
public static final StudyDesignChangeEvent.StudyDesignChangeType SIGMA_ERROR_MATRIX
public static final StudyDesignChangeEvent.StudyDesignChangeType SIGMA_OUTCOME_MATRIX
public static final StudyDesignChangeEvent.StudyDesignChangeType SIGMA_OUTCOME_COVARIATE_MATRIX
public static final StudyDesignChangeEvent.StudyDesignChangeType SIGMA_SCALE_LIST
public static final StudyDesignChangeEvent.StudyDesignChangeType SOLVING_FOR
public static final StudyDesignChangeEvent.StudyDesignChangeType STATISTICAL_TEST_LIST
public static final StudyDesignChangeEvent.StudyDesignChangeType THETA_NULL_MATRIX
public static final StudyDesignChangeEvent.StudyDesignChangeType WITHIN_CONTRAST_MATRIX
public static StudyDesignChangeEvent.StudyDesignChangeType[] values()
for (StudyDesignChangeEvent.StudyDesignChangeType c : StudyDesignChangeEvent.StudyDesignChangeType.values()) System.out.println(c);
public static StudyDesignChangeEvent.StudyDesignChangeType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullUniversity of Colorado Denver, Department of Biostatistics and Informatics