Package noiseMonitor

Class NoiseMeasurementBand

java.lang.Object
noiseMonitor.NoiseMeasurementBand
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class NoiseMeasurementBand extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details

  • Constructor Details

    • NoiseMeasurementBand

      public NoiseMeasurementBand(int type, String name, double f1, double f2)
    • NoiseMeasurementBand

      public NoiseMeasurementBand(int type)
  • Method Details

    • getType

      public int getType()
    • setType

      public void setType(int type)
    • setCanEdit

      public void setCanEdit(boolean canEdit)
      Parameters:
      canEdit - the canEdit to set
    • isCanEdit

      public boolean isCanEdit()
      Returns:
      the canEdit
    • setCanRemove

      public void setCanRemove(boolean canRemove)
      Parameters:
      canRemove - the canRemove to set
    • isCanRemove

      public boolean isCanRemove()
      Returns:
      the canRemove
    • getLongName

      public String getLongName()
    • getParameterSet

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.