Package PamView.symbol
Class ManagedSymbolData
java.lang.Object
PamView.symbol.ManagedSymbolData
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
boolean
Use generic symbol choice - the same for all displays. -
Constructor Summary
-
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:
-
useGeneric
public boolean useGenericUse generic symbol choice - the same for all displays.
-
-
Constructor Details
-
ManagedSymbolData
public ManagedSymbolData()
-
-
Method Details
-
clone
-
getSymbolOptions
-
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.
-