Class BooleanProperty

java.lang.Object
xbot.common.properties.Property
xbot.common.properties.BooleanProperty
All Implemented Interfaces:
DataFrameRefreshable

public class BooleanProperty extends Property
A property holding a boolean value.
  • Constructor Details

  • Method Details

    • get

      public boolean get()
    • get_internal

      public boolean get_internal()
      Returns:
      the current boolean value
    • set

      public void set(boolean value)
      Parameters:
      value - the value to set
    • isSetToDefault

      public boolean isSetToDefault()
      Description copied from class: Property
      Checks if the property's current value matches the default.
      Specified by:
      isSetToDefault in class Property
      Returns:
      True if the current value is the default.
    • refreshDataFrame

      public void refreshDataFrame()
      Description copied from interface: DataFrameRefreshable
      Consumes and processes inputs from the device or subsystem.