| Name | Type | Description |
|---|---|---|
json |
Object | optional Json object describing the parameter value |
Properties:
| Name | Type | Description |
|---|---|---|
value |
SystemValue | The value of the parameter |
Methods
-
SystemParameter.readParameters (json)Array.<SystemParameter> static
-
Read the parameters
Name Type Description jsonObject Json object describing the parameters Returns:
Type Description Array.<SystemParameter> -
SystemParameter.readParametersWithDefault (json, list)Array.<SystemParameter> static
-
Read the parameters with default values
Name Type Description jsonObject Json object describing the object listArray.<SystemParameter> List of all the parameters default Returns:
Type Description Array.<SystemParameter> -
Read the JSON associated to the parameter value
Name Type Description jsonObject Json object describing the parameter value -
Read the JSON associated to the parameter default value
Name Type Description jsonObject Json object describing the default value -
Check if the parameter is equal to another one
Name Type Description parameterSystemParameter The parameter to compare Returns:
Type Description boolean