ConfigurationParameter

class ConfigurationParameter
property id

The id of the parameter.

Type

str, read-only

property name

The name of the parameter.

Type

str, read-only

list_symbols()

List all symbols.

Returns

The list of symbols for this parameter.

Return type

list(str)

list_values()

List all values, if the parameter is a check box there is no available values.

Returns

The list of values for this parameter or an empty list if the parameter is a check box.

Return type

list(str)

symbol(value)

Get the symbol for this value.

Parameters

value (str) -- Value of the symbol to get.

Returns

The symbol for this value.

Return type

str