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 Summary
FieldsModifier and TypeFieldDescriptiondoubledoublestatic final long -
Constructor Summary
ConstructorsConstructorDescriptionNoiseMeasurementBand(BandType invalid) NoiseMeasurementBand(BandType type, double f1, double f2) -
Method Summary
Modifier and TypeMethodDescriptionprotected NoiseMeasurementBandclone()Get a set of data that describes all of the parameters in a classbooleanbooleanvoidsetBandType(BandType bandType) voidsetCanEdit(boolean canEdit) voidsetCanRemove(boolean canRemove)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
f1
public double f1 -
f2
public double f2 -
name
-
-
Constructor Details
-
NoiseMeasurementBand
-
NoiseMeasurementBand
-
-
Method Details
-
clone
-
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
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-
getBandType
- Returns:
- the bandType
-
setBandType
- Parameters:
bandType- the bandType to set
-