Package Map
Class MapDetectionsParameters
java.lang.Object
Map.MapDetectionsParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class MapDetectionsParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
PArameters for MapDetectionsManager which
can be easily serialised and stored in pamsettings
- Author:
- Douglas Gillespie
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a classvoidsetMapDetectionDatas(ArrayList<MapDetectionData> mapDetectionDatas)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
mapDetectionDatas
-
-
Constructor Details
-
MapDetectionsParameters
public MapDetectionsParameters()
-
-
Method Details
-
clone
-
getMapDetectionDatas
-
setMapDetectionDatas
-
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.
-