Package PamguardMVC.dataSelector
Class SuperDataSelectParams
java.lang.Object
PamguardMVC.dataSelector.DataSelectParams
PamguardMVC.dataSelector.SuperDataSelectParams
- All Implemented Interfaces:
Serializable
,ManagedParameters
- See Also:
-
Field Summary
Fields inherited from class PamguardMVC.dataSelector.DataSelectParams
DATA_SELECT_AND, DATA_SELECT_DISABLE, DATA_SELECT_OR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Allow sub detections which don't actually have this type of super detection.void
setDataSelectParams
(DataSelectParams dataSelectParams) void
setUseUnassigned
(boolean useUnassigned) Allow sub detections which don't actually have this type of super detection.Methods inherited from class PamguardMVC.dataSelector.DataSelectParams
getCombinationFlag, getParameterSet, setCombinationFlag
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SuperDataSelectParams
public SuperDataSelectParams()
-
-
Method Details
-
isUseUnassigned
public boolean isUseUnassigned()Allow sub detections which don't actually have this type of super detection.- Returns:
- the useUnassigned
-
setUseUnassigned
public void setUseUnassigned(boolean useUnassigned) Allow sub detections which don't actually have this type of super detection.- Parameters:
useUnassigned
- the useUnassigned to set
-
getDataSelectParams
- Returns:
- the dataSelectParams
-
setDataSelectParams
- Parameters:
dataSelectParams
- the dataSelectParams to set
-