Package mapgrouplocaliser
Class MapGrouperSettings
java.lang.Object
mapgrouplocaliser.MapGrouperSettings
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class MapGrouperSettings
extends Object
implements Serializable, Cloneable, ManagedParameters
Settings for Map Grouper.
Trying to keep a lot of this as simple as possible so it can
be used in other modules.
- Author:
- dg50
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOverlayInfo
(PamDataBlock dataBlock) Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MapGrouperSettings
public MapGrouperSettings()
-
-
Method Details
-
getAnnotationChoices
- Returns:
- Annotation configuration information
-
getOverlayInfo
-
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.
-