Uses of Enum Class
com.sas.lsaf.core.DataType
Packages that use DataType
Package
Description
Classes and interfaces to retrieve dictionaries.
Contains common classes and interfaces for core services in the system.
-
Uses of DataType in com.sas.lsaf.clinical.dictionary
Methods in com.sas.lsaf.clinical.dictionary that return DataTypeModifier and TypeMethodDescriptionExternalDictionary.getDataType()Gets the data type of the external dictionary.Methods in com.sas.lsaf.clinical.dictionary with parameters of type DataTypeModifier and TypeMethodDescriptionExternalDictionaryService.getExternalDictionary(String dictionary, DataType dataType, String version) Gets the external dictionary with the specified name, data type, and version.Constructors in com.sas.lsaf.clinical.dictionary with parameters of type DataTypeModifierConstructorDescriptionExternalDictionary(String id, String dictionary, String version, DataType dataType, String shortName, String name, String href, String description, String createdBy, Date created, String lastModifiedBy, Date lastModified, int numStudiesAssociated) It is not intended or recommended that the consumer of the API construct these objects. -
Uses of DataType in com.sas.lsaf.core
Methods in com.sas.lsaf.core that return DataType