ParamValue Type
Represent the different cases of a parameter, which is either a simple value, a CvTerm or a simple value with CvUnit
Union cases
Union case | Description |
|
|
|
|
|
|
Static members
Static member | Description |
|
|
|
|
|
|
|
|
Full Usage:
ParamValue.tryAddAccession accession param
Parameters:
string
param : ParamValue
Returns: ParamValue option
|
|
Full Usage:
ParamValue.tryAddName name param
Parameters:
string
param : ParamValue
Returns: ParamValue option
|
|
Full Usage:
ParamValue.tryAddReference ref param
Parameters:
string
param : ParamValue
Returns: ParamValue option
|
|
Full Usage:
ParamValue.tryAddUnit unit param
Parameters:
CvUnit
param : ParamValue
Returns: ParamValue option
|
|
|