Class LaunchSysProp.BooleanLaunchSysProp
java.lang.Object
com.inductiveautomation.ignition.client.launch.util.LaunchSysProp<Boolean>
com.inductiveautomation.ignition.client.launch.util.LaunchSysProp.BooleanLaunchSysProp
- Enclosing class:
- LaunchSysProp<T>
Analogous to
LaunchSysProp.StringLaunchSysProp
, but for Booleans. The value may still be null if the key-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.client.launch.util.LaunchSysProp
LaunchSysProp.BooleanLaunchSysProp, LaunchSysProp.IntLaunchSysProp, LaunchSysProp.LaunchSysPropWithJvm, LaunchSysProp.LongLaunchSysProp, LaunchSysProp.SequenceLaunchSysProp, LaunchSysProp.StringLaunchSysProp
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.client.launch.util.LaunchSysProp
key, legacyKey, value
-
Method Summary
Methods inherited from class com.inductiveautomation.ignition.client.launch.util.LaunchSysProp
key, toDProps, toDPropsWith, value, valueOr
-
Method Details
-
valueOr
public boolean valueOr(boolean defaultValue)
-