Package | Description |
---|---|
com.sas.lsaf.clinical.model |
Classes and interfaces to retrieve models.
|
Modifier and Type | Method and Description |
---|---|
ModelConstants.AttributeScope |
AttributeMetadata.getScope()
Gets the attribute scope which is based on logical type.
|
static ModelConstants.AttributeScope |
ModelConstants.AttributeScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelConstants.AttributeScope[] |
ModelConstants.AttributeScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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>