BoolValue
Contents
[
Hide
]BoolValue class
Boolean value.
Constructors
| Name | Description |
|---|---|
| BoolValue | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | int | Boolean value The value of the property is BOOL integer constant. |
| IsThemed | boolean | |
| Ufe | UnitFormulaErr | Attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |
BoolValue(value, unit)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | int | A BOOL value. |
| unit | int | A MeasureConst value. |
BoolValue.Value property
Boolean value The value of the property is BOOL integer constant.
Type: int
BoolValue.IsThemed property
Type: boolean
BoolValue.Ufe property
Attributes of an element.
Type: UnitFormulaErr
equals(value)
Are objects equal.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
hashCode()
Serves as a hash function for a particular type.
deepClone()
Creates deep copy of this instance.