Class BooleanParameterType

All Implemented Interfaces:
Serializable, DataType, ParameterType

public class BooleanParameterType extends BooleanDataType implements ParameterType
See Also:
  • Constructor Details

  • Method Details

    • hasAlarm

      public boolean hasAlarm()
      Description copied from interface: ParameterType
      Whether this ParameterType has any alarms associated
      Specified by:
      hasAlarm in interface ParameterType
    • toBuilder

      public BooleanParameterType.Builder toBuilder()
      Description copied from interface: ParameterType
      Create a builder that can be used to make shallow copy of the parameter type

      all the fields reference to the same object like the original

      Specified by:
      toBuilder in interface ParameterType
      Returns: