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 TypeFieldDescriptiondouble
double
static final long
-
Constructor Summary
ConstructorsConstructorDescriptionNoiseMeasurementBand
(BandType invalid) NoiseMeasurementBand
(BandType type, double f1, double f2) -
Method Summary
Modifier and TypeMethodDescriptionprotected NoiseMeasurementBand
clone()
Get a set of data that describes all of the parameters in a classboolean
boolean
void
setBandType
(BandType bandType) void
setCanEdit
(boolean canEdit) void
setCanRemove
(boolean canRemove)
-
Field Details
-
Constructor Details
-
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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-
getBandType
- Returns:
- the bandType
-
setBandType
- Parameters:
bandType
- the bandType to set
-