Uses of Class
com.sas.lsaf.core.DataType
-
Packages that use DataType Package Description com.sas.lsaf.clinical.dictionary Classes and interfaces to retrieve dictionaries.com.sas.lsaf.core 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 DataType Modifier and Type Method Description DataType
ExternalDictionary. getDataType()
Gets the data type of the external dictionary.Methods in com.sas.lsaf.clinical.dictionary with parameters of type DataType Modifier and Type Method Description ExternalDictionary
ExternalDictionaryService. getExternalDictionary(java.lang.String dictionary, DataType dataType, java.lang.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 DataType Constructor Description ExternalDictionary(java.lang.String id, java.lang.String dictionary, java.lang.String version, DataType dataType, java.lang.String shortName, java.lang.String name, java.lang.String href, java.lang.String description, java.lang.String createdBy, java.util.Date created, java.lang.String lastModifiedBy, java.util.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 Modifier and Type Method Description static DataType
DataType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataType[]
DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-