Uses of Class
com.sas.lsaf.clinical.model.ValueListMetadata
-
Packages that use ValueListMetadata Package Description com.sas.lsaf.clinical.model Classes and interfaces to retrieve models. -
-
Uses of ValueListMetadata in com.sas.lsaf.clinical.model
Methods in com.sas.lsaf.clinical.model that return ValueListMetadata Modifier and Type Method Description ValueListMetadata
AttributeMetadata. getValueList()
Gets the value list metadata for attributes with a predefined set of allowed values.Constructors in com.sas.lsaf.clinical.model with parameters of type ValueListMetadata Constructor Description AttributeMetadata(java.lang.String id, java.lang.String name, java.lang.String sasName, java.lang.String description, int ordering, ModelConstants.DataType dataType, int length, ValueListMetadata valueList, int sortSequence, int keySequence, boolean required, boolean contributesToDefine, ModelConstants.LogicalType logicalType, ModelConstants.AttributeScope scope, boolean derived, java.lang.String help, ModelConstants.AttributeState state, boolean mustBeUnique)
It is not intended or recommended that the consumer of this API construct these objects.
-