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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a classvoid
setMapDetectionDatas
(ArrayList<MapDetectionData> mapDetectionDatas)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MapDetectionsParameters
public MapDetectionsParameters()
-
-
Method Details
-
clone
-
getMapDetectionDatas
-
setMapDetectionDatas
-
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.
-