Package clickDetector.dataSelector
Class ClickTrainDataSelect2Params
java.lang.Object
PamguardMVC.dataSelector.DataSelectParams
clickDetector.dataSelector.ClickTrainDataSelect2Params
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class ClickTrainDataSelect2Params
extends DataSelectParams
implements Cloneable, Serializable, ManagedParameters
- See Also:
-
Field Summary
FieldsFields inherited from class PamguardMVC.dataSelector.DataSelectParams
DATA_SELECT_AND, DATA_SELECT_DISABLE, DATA_SELECT_OR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ClickTrainDataSelect2Paramsclone()Get a set of data that describes all of the parameters in a classbooleanbooleanisWantType(String type) Get if we want a click typevoidsetIncludeUnclassified(boolean includeUnclassified) voidsetWantType(String type, boolean want) Set whether or not we want a type based on the String click train typeMethods inherited from class PamguardMVC.dataSelector.DataSelectParams
getCombinationFlag, setCombinationFlag
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ClickTrainDataSelect2Params
public ClickTrainDataSelect2Params()
-
-
Method Details
-
clone
-
setWantType
Set whether or not we want a type based on the String click train type- Parameters:
type- click type codewant- want it or not
-
isWantType
Get if we want a click type- Parameters:
type- click type- Returns:
- true if wanted
-
isIncludeUnclassified
public boolean isIncludeUnclassified()- Returns:
- the includeUnclassified
-
setIncludeUnclassified
public void setIncludeUnclassified(boolean includeUnclassified) - Parameters:
includeUnclassified- the includeUnclassified to set
-
getSelectedList
- Returns:
- an Array list of selected keys
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Overrides:
getParameterSetin classDataSelectParams- Returns:
- description of the parameters in a class.
-