Uses of Class
com.sas.lsaf.clinical.model.ValueListValueMetadata
-
Packages that use ValueListValueMetadata Package Description com.sas.lsaf.clinical.model Classes and interfaces to retrieve models. -
-
Uses of ValueListValueMetadata in com.sas.lsaf.clinical.model
Methods in com.sas.lsaf.clinical.model that return types with arguments of type ValueListValueMetadata Modifier and Type Method Description java.util.List<ValueListValueMetadata>
ValueListMetadata. getValueListValues()
Get the ValueListValueMetadata associated with the value list.Constructor parameters in com.sas.lsaf.clinical.model with type arguments of type ValueListValueMetadata Constructor Description ValueListMetadata(java.lang.String id, java.lang.String name, java.lang.String modelId, boolean builtIn, boolean extensible, java.util.List<ValueListValueMetadata> values)
It is not intended or recommended that the consumer of this API construct these objects.
-