Name | Type | Multiplicity | Description |
---|---|---|---|
predefined |
property ValueSetDefinitionPredefinedType |
[0,1] | Pre-defined set definition, such as all or none. |
condition |
property ExpressionType |
[0,1] | Expression that is evaluated to check whether the value belongs to the set. |
yieldCondition |
property ExpressionType |
[0,1] | Expression that is evaluated to check whether specific value yield belongs to the set. |
Flags: RAM,runtime,AVals:3
Multiplicity: [0,1]
Pre-defined set definition, such as all or none.
Flags: RAM,runtime
Multiplicity: [0,1]
Expression that is evaluated to check whether the value belongs to the set.
If the condition returns true then the value belongs to the set. Otherwise
it does not.
Flags: RAM,runtime
Multiplicity: [0,1]
Expression that is evaluated to check whether specific value yield belongs to the set.
If the condition returns true then the value yield belongs to the set. Otherwise
it does not. VERY EXPERIMENTAL.