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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected MapGrouperSettingsclone()getOverlayInfo(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
 
 - 
clone
 - 
getOverlayInfo
 - 
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.
 
 
 -