Enum Class StudyComponent

java.lang.Object
java.lang.Enum<StudyComponent>
com.sas.lsaf.clinical.study.StudyComponent
All Implemented Interfaces:
Serializable, Comparable<StudyComponent>, Constable

public enum StudyComponent extends Enum<StudyComponent>
The values of the study components that can be set as editable.
Since:
2.2
  • Enum Constant Details

    • TABLES_ANALYSIS

      public static final StudyComponent TABLES_ANALYSIS
      The analysis tables component of a study.
    • TABLES_TABULATION

      public static final StudyComponent TABLES_TABULATION
      The tabulation tables component of a study.
    • DICTIONARIES

      public static final StudyComponent DICTIONARIES
      The dictionaries (controlled terminologies) component of a study.
    • SUPPORTING_DOCUMENTS

      public static final StudyComponent SUPPORTING_DOCUMENTS
      The supporting documents component of a study.
    • VALUE_LEVEL_METADATA

      public static final StudyComponent VALUE_LEVEL_METADATA
      The value level metadata component of a study.
    • TLFS

      public static final StudyComponent TLFS
      The Tables, Listings and Figures component of a study. This also represents Analysis Results Metadata.
  • Method Details

    • values

      public static StudyComponent[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static StudyComponent valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null