Class representing one parameter value at runtime. More...
Public Member Functions |
|
| def | isSimpleValue (self) |
| Is this parameter value a simple value representable by a ConstValueHandle? This corresponds to a parameter with an expressionMode kind that is not 'Expression' or 'Attribute'. More... |
|
| def | isExpressionValue (self) |
| Is this parameter value only representable as an expression? This corresponds to a parameter with an expressionMode kind that is 'Expression' or 'Attribute'. More... |
|
Class representing one parameter value at runtime.
| def streams.ParameterValue.isSimpleValue | ( | self, | |
| bool | |||
| ) |
Is this parameter value a simple value representable by a ConstValueHandle? This corresponds to a parameter with an expressionMode kind that is not 'Expression' or 'Attribute'.
| def streams.ParameterValue.isExpressionValue | ( | self, | |
| bool | |||
| ) |
Is this parameter value only representable as an expression? This corresponds to a parameter with an expressionMode kind that is 'Expression' or 'Attribute'.