Specification of a default value of an instance of type Boolean.
Specializes
Attributes
| Name |
Data type |
Occurs |
Description |
|
value
|
Boolean
|
0..1 |
The default value of an instance of type Boolean, specified by this BooleanDefaultValueSpecification.
|
Constraints
| Type |
Name |
Specification |
| Instance is specification for constraint that binds to a PrimitiveType instance of kind Boolean |
LRA Invariant |
inv: constraint.contraintBinding.instance.type->forAll(c: Class | c.oclIsType(Primitive) and c.qualifiedName = "lra::datatypes::uml::kernel::Boolean")
|
| Specification is exclusively by value or by reference |
LRA Invariant |
inv:
if not self.value.oclIsUndefined() then
self.valueRef.oclIsUndefined()
else
self.value.oclIsUndefined() and not self.valueRef.oclIsUndefined()
endif
|