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
FieldsModifier and TypeFieldDescriptionlongstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionGeneric 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:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-