Package | Description |
---|---|
com.sas.lsaf.clinical.model |
Classes and interfaces to retrieve models.
|
Modifier and Type | Method and Description |
---|---|
ValueListMetadata |
AttributeMetadata.getValueList()
Gets the value list metadata for attributes with a predefined set of allowed values.
|
Constructor and Description |
---|
AttributeMetadata(String id,
String name,
String sasName,
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,
String help,
ModelConstants.AttributeState state,
boolean mustBeUnique)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>