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>

public static class LaunchSysProp.BooleanLaunchSysProp extends LaunchSysProp<Boolean>
Analogous to LaunchSysProp.StringLaunchSysProp, but for Booleans. The value may still be null if the key
  • Method Details

    • valueOr

      public boolean valueOr(boolean defaultValue)