BoolString¶
-
MacroModule¶ genre Fieldsauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddefinition helpers.def see also BoolIntkeywords boolean,field,translation
Purpose¶
The module BoolString translates between a boolean and a string value.
Parameter Fields¶
Field Index¶
Boolean value: Bool |
Default Bool: Enum |
Off Value: String |
On Value: String |
String Value: String |
Visible Fields¶
String Value¶
-
name:stringValue, type:String, default:Off¶ Shows and sets the string value in association to the boolean value.
Off Value¶
-
name:offValue, type:String, default:Off¶ Sets the string value to be associated with the boolean value being
false.
On Value¶
-
name:onValue, type:String, default:On¶ Sets the string value to be associated with the boolean value being
true.
Default Bool¶
-
name:defaultBool, type:Enum, default:Unchanged¶ Defines which boolean value should be set if the
String Valueis set to something else than the on or off value.
Values:
| Title | Name | Deprecated Name |
|---|---|---|
| Unchanged | Unchanged | UNCHANGED |
| Off | Off | OFF |
| On | On | ON |