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
Modifier and TypeFieldDescriptiondouble
double
static final long
static final int
static final int
-
Constructor Summary
ConstructorDescriptionNoiseMeasurementBand
(int type) NoiseMeasurementBand
(int type, String name, double f1, double f2) -
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classint
getType()
boolean
boolean
void
setCanEdit
(boolean canEdit) void
setCanRemove
(boolean canRemove) void
setType
(int type)
-
Field Details
-
TYPE_USER
public static final int TYPE_USER- See Also:
-
TYPE_THIRDOCTAVE
public static final int TYPE_THIRDOCTAVE- See Also:
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
f1
public double f1 -
f2
public double f2 -
name
-
-
Constructor Details
-
NoiseMeasurementBand
-
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
-
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.
-