Package PamguardMVC.blockprocess
Class PamBlockParams
java.lang.Object
PamguardMVC.blockprocess.PamBlockParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
Parameters for controlling a PamBlockProcess
- Author:
- dg50
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionlong
static final long
-
Constructor Summary
ConstructorDescriptionGeneric constructor, to just go with the defaultsPamBlockParams
(BlockMode blockMode, long blockLengthMillis) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
blockLengthMillis
public long blockLengthMillis -
blockMode
-
-
Constructor Details
-
PamBlockParams
-
PamBlockParams
public PamBlockParams()Generic constructor, to just go with the defaults
-
-
Method Details
-
clone
-
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.
-