Package com.sas.lsaf.clinical.study
Enum Class StudyComponent
- All Implemented Interfaces:
Serializable,Comparable<StudyComponent>,Constable
The values of the study components that can be set as editable.
- Since:
- 2.2
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe dictionaries (controlled terminologies) component of a study.The supporting documents component of a study.The analysis tables component of a study.The tabulation tables component of a study.The Tables, Listings and Figures component of a study.The value level metadata component of a study. -
Method Summary
Modifier and TypeMethodDescriptionstatic StudyComponentReturns the enum constant of this class with the specified name.static StudyComponent[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TABLES_ANALYSIS
The analysis tables component of a study. -
TABLES_TABULATION
The tabulation tables component of a study. -
DICTIONARIES
The dictionaries (controlled terminologies) component of a study. -
SUPPORTING_DOCUMENTS
The supporting documents component of a study. -
VALUE_LEVEL_METADATA
The value level metadata component of a study. -
TLFS
The Tables, Listings and Figures component of a study. This also represents Analysis Results Metadata.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-