public enum StudyComponent extends Enum<StudyComponent>
Enum Constant and Description |
---|
DICTIONARIES
The dictionaries (controlled terminologies) component of a study.
|
SUPPORTING_DOCUMENTS
The supporting documents component of a study.
|
TABLES
The tables component of a study.
|
TLFS
The Tables, Listings and Figures component of a study.
|
VALUE_LEVEL_METADATA
The value level metadata component of a study.
|
Modifier and Type | Method and Description |
---|---|
static StudyComponent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudyComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StudyComponent TABLES
public static final StudyComponent DICTIONARIES
public static final StudyComponent SUPPORTING_DOCUMENTS
public static final StudyComponent VALUE_LEVEL_METADATA
public static final StudyComponent TLFS
public static StudyComponent[] values()
for (StudyComponent c : StudyComponent.values()) System.out.println(c);
public static StudyComponent 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 null<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>